From ecc8bf638aae207dc1686f77843a2a6126b5df0b Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 27 Apr 2010 15:34:59 +0000 Subject: [PATCH] set a running flag, so server can be disconnected (allows larger topologies) --- src/include/gnunet_testing_lib.h | 5 +++++ 1 file changed, 5 insertions(+) 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; }; -- 2.25.1