aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-02 12:21:43 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-02 12:21:43 +0000
commit647d9ce98c20e6c53c72b3e43f1a6cb67f6ae935 (patch)
tree84c69da532822270efc0d8c9d3104093b728a4f3 /src/include/gnunet_testing_lib.h
parent46bd048fea668f87f091b21fcff9a55b0a7b9dac (diff)
downloadgnunet-647d9ce98c20e6c53c72b3e43f1a6cb67f6ae935.tar.gz
gnunet-647d9ce98c20e6c53c72b3e43f1a6cb67f6ae935.zip
grumble
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -301,6 +301,12 @@ struct GNUNET_TESTING_Daemon
301 int dead; 301 int dead;
302 302
303 /** 303 /**
304 * GNUNET_YES if the hostkey has been created
305 * for this peer, GNUNET_NO otherwise.
306 */
307 int have_hostkey;
308
309 /**
304 * PID of the process that we started last. 310 * PID of the process that we started last.
305 */ 311 */
306 struct GNUNET_OS_Process *proc; 312 struct GNUNET_OS_Process *proc;