From: Nathan S. Evans Date: Tue, 27 Apr 2010 15:34:59 +0000 (+0000) Subject: set a running flag, so server can be disconnected (allows larger topologies) X-Git-Tag: initial-import-from-subversion-38251~21991 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ecc8bf638aae207dc1686f77843a2a6126b5df0b;p=oweals%2Fgnunet.git set a running flag, so server can be disconnected (allows larger topologies) --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 4688781cd..3d36207bd 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -247,6 +247,11 @@ struct GNUNET_TESTING_Daemon * HELLO message for this peer */ struct GNUNET_HELLO_Message *hello; + + /** + * Set to GNUNET_YES once the peer is up. + */ + int running; };