aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-04-08 13:31:30 +0000
committerNathan S. Evans <evans@in.tum.de>2011-04-08 13:31:30 +0000
commit504b8e158b91d84cc5981dc13523558b00b73241 (patch)
tree307078cb74f985eab9284e7abc6580ed7b54f993 /src/testing
parent97dcc121be4b903ffc23cb4f61564e6233df4667 (diff)
downloadgnunet-504b8e158b91d84cc5981dc13523558b00b73241.tar.gz
gnunet-504b8e158b91d84cc5981dc13523558b00b73241.zip
fix warning
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 9f319ca61..fc19b67b0 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6305,6 +6305,11 @@ GNUNET_TESTING_daemons_churn(struct GNUNET_TESTING_PeerGroup *pg,
6305 unsigned int *running_permute; 6305 unsigned int *running_permute;
6306 unsigned int *stopped_permute; 6306 unsigned int *stopped_permute;
6307 6307
6308 shutdown_ctx = NULL;
6309 peer_shutdown_ctx = NULL;
6310 peer_restart_ctx = NULL;
6311 churn_startup_ctx = NULL;
6312
6308 running = 0; 6313 running = 0;
6309 stopped = 0; 6314 stopped = 0;
6310 6315