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)
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 af57613c60..0de51af78f 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -301,6 +301,12 @@ struct GNUNET_TESTING_Daemon
int dead;
/**
+ * GNUNET_YES if the hostkey has been created
+ * for this peer, GNUNET_NO otherwise.
+ */
+ int have_hostkey;
+
+ /**
* PID of the process that we started last.
*/
struct GNUNET_OS_Process *proc;