aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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;