X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs_protocol.h;h=e472524739990c7669696ec6e41d633079c11d06;hp=40c84eea63047f69dfb2a7992b3910c3e038fc73;hb=8c3b820c2b687345448e3d74a7101b07ff32688e;hpb=632012e6419f04fab93909f92ecbab5a2c590447 diff --git a/src/guestfs_protocol.h b/src/guestfs_protocol.h index 40c84ee..e472524 100644 --- a/src/guestfs_protocol.h +++ b/src/guestfs_protocol.h @@ -881,7 +881,8 @@ enum guestfs_procedure { GUESTFS_PROC_MV = 89, GUESTFS_PROC_DROP_CACHES = 90, GUESTFS_PROC_DMESG = 91, - GUESTFS_PROC_NR_PROCS = 91 + 1, + GUESTFS_PROC_PING_DAEMON = 92, + GUESTFS_PROC_NR_PROCS = 92 + 1, }; typedef enum guestfs_procedure guestfs_procedure; #define GUESTFS_MESSAGE_MAX 4194304