From 8287b6ffdf2cb631591decb17429701218122259 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 25 Feb 2014 01:01:09 +0100 Subject: libtrivfs: improve the mig mutator functions Previously, the mig mutator functions were in migsupport.c, preventing them from being inlined into the mig-generated server functions. Put them in mig-decls.h instead. Rename mutations.h to mig-mutate.h. This is the naming convention used for pflocal. * libtrivfs/fsmutations.h: Rename to mig-mutate.h, adopt imports. * libtrivfs/Makefile: Adopt accordingly. * libtrivfs/migsupport.c: Rename to mig-decls.h. * libtrivfs/trivfs.h: Move dynamic classes/buckets declarations to mig-decls.h, remove superfluous imports. * exec/execmutations.h: Fix import. * pfinet/mig-mutate.h: Likewise. * trans/Makefile: Likewise. --- trans/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans/Makefile') diff --git a/trans/Makefile b/trans/Makefile index 90df4790..e74a8692 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -35,7 +35,7 @@ password-LDLIBS = $(LIBCRYPT) password-MIGSFLAGS=\ "-DIO_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \ "-DIO_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ - "-DPASSWORD_IMPORTS=import ;" + "-DPASSWORD_IMPORTS=import \"../libtrivfs/mig-decls.h\";" include ../Makeconf -- cgit v1.2.3