X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fdaemon.h;h=1e58910042fc8f498c31057f1f861a6b253fc2bd;hb=8e4c22db236f08f836a8ab94c8bb025d727684b5;hp=e4e715973f2cf5d50ac6ec29a5c8f7f01d0c5d56;hpb=fea2e61ac1129a2f01036d4dfbee8947f3d00886;p=libguestfs.git diff --git a/daemon/daemon.h b/daemon/daemon.h index e4e7159..1e58910 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -28,7 +28,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /*-- in guestfsd.c --*/ extern int verbose; @@ -103,6 +103,8 @@ extern const char *function_names[]; /*-- in proto.c --*/ extern int proc_nr; extern int serial; +extern uint64_t progress_hint; +extern uint64_t optargs_bitmask; /*-- in mount.c --*/ extern int root_mounted;