From: Nathan S. Evans Date: Wed, 2 Mar 2011 12:21:43 +0000 (+0000) Subject: grumble X-Git-Tag: initial-import-from-subversion-38251~19036 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=647d9ce98c20e6c53c72b3e43f1a6cb67f6ae935;p=oweals%2Fgnunet.git grumble --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index af57613c6..0de51af78 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -300,6 +300,12 @@ struct GNUNET_TESTING_Daemon */ int dead; + /** + * GNUNET_YES if the hostkey has been created + * for this peer, GNUNET_NO otherwise. + */ + int have_hostkey; + /** * PID of the process that we started last. */