]> git.ozlabs.org Git - ccan-lca-2011.git/blobdiff - ccan/oserver/oserver_types.h
lca2011: dump, re-exec with --restore on restart.
[ccan-lca-2011.git] / ccan / oserver / oserver_types.h
index 8e998923314112a4c033768c2771d9ffd9cd041c..9943d090fd2f1c6443fb56149ec487266a727d59 100644 (file)
@@ -42,5 +42,7 @@ CDUMP_SAVED struct oserver {
        int fd;
        struct tevent_fd *fde CDUMP_IGNORE;
        const char *dumpfile;
+       int argv_len;
+       char **argv CDUMP_LEN(argv_len);
 };
 #endif /* CCAN_OSERVER_TYPES_H */