X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fconfigure.ac;fp=daemon%2Fconfigure.ac;h=c5cd0c7f7d207459834a93225754a6f24a560373;hp=8506ef7f12625f860cfccb6e9286ff039d6610ab;hb=bb02f0fbe80ef093731bc9a6a407f1edaccf991d;hpb=5ccae24e06c52977f8b71d00c19f1100c1fa9c4c diff --git a/daemon/configure.ac b/daemon/configure.ac index 8506ef7..c5cd0c7 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -37,6 +37,14 @@ AC_ARG_ENABLE([debug-command], [AC_DEFINE_UNQUOTED([ENABLE_DEBUG_COMMAND],[1],[Enable the 'debug' command])], []) +dnl Enable packet dumps when in verbose mode. This generates lots +dnl of debug info, only useful for people debugging the RPC mechanism. +AC_ARG_ENABLE([packet-dump], + [AS_HELP_STRING([--enable-packet-dump], + [enable packet dumps in verbose mode @<:@default=no@:>@])], + [AC_DEFINE([ENABLE_PACKET_DUMP],[1],[Enable packet dumps in verbose mode.])], + []) + dnl For strchrnul(3), asprintf(3), futimens(2) and getline(3). AC_GNU_SOURCE