search for: 8632c37

Displaying 1 result from an estimated 1 matches for "8632c37".

Did you mean: 8632c3768
2017 Mar 10
2
[PATCH 1/2] daemon: generate cleanup handlers for structs
...ore +++ b/.gitignore @@ -163,6 +163,8 @@ Makefile.in /daemon/optgroups.h /daemon/lvm-tokenization.c /daemon/stamp-guestfsd.pod +/daemon/structs-cleanups.c +/daemon/structs-cleanups.h /daemon/stubs-?.c /daemon/stubs.h /depcomp diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e3ad053..8632c37 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -22,6 +22,8 @@ generator_built = \ dispatch.c \ names.c \ lvm-tokenization.c \ + structs-cleanups.c \ + structs-cleanups.h \ stubs-0.c \ stubs-1.c \ stubs-2.c \ @@ -142,6 +144,8 @@ guestfsd_SOURCES = \ stat.c \ statvfs.c \...