aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-27 15:34:59 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-27 15:34:59 +0000
commitecc8bf638aae207dc1686f77843a2a6126b5df0b (patch)
treeb9fcb5a6c105a84053d793b08749f2fe560752e0 /src/include/gnunet_testing_lib.h
parentf22656eee3e9239591b665ec807357d107679ec1 (diff)
downloadgnunet-ecc8bf638aae207dc1686f77843a2a6126b5df0b.tar.gz
gnunet-ecc8bf638aae207dc1686f77843a2a6126b5df0b.zip
set a running flag, so server can be disconnected (allows larger topologies)
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 5 insertions, 0 deletions
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
247 * HELLO message for this peer 247 * HELLO message for this peer
248 */ 248 */
249 struct GNUNET_HELLO_Message *hello; 249 struct GNUNET_HELLO_Message *hello;
250
251 /**
252 * Set to GNUNET_YES once the peer is up.
253 */
254 int running;
250}; 255};
251 256
252 257