aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-21 11:15:07 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-21 11:15:07 +0000
commitc63b92846b17552cbaaeeec67987c62b0361ebab (patch)
treec78b3f0e2527b4de4d483dec8e96c138a9c81970 /src/include/gnunet_testing_lib.h
parent77d026cc9a58a9959b167ed60cfec50096476cd5 (diff)
downloadgnunet-c63b92846b17552cbaaeeec67987c62b0361ebab.tar.gz
gnunet-c63b92846b17552cbaaeeec67987c62b0361ebab.zip
testing
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 71bf9f961..d3ede33e8 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -302,6 +302,16 @@ struct GNUNET_TESTING_Daemon
302 struct GNUNET_DISK_PipeHandle *pipe_stdout; 302 struct GNUNET_DISK_PipeHandle *pipe_stdout;
303 303
304 /** 304 /**
305 * Output from gnunet-peerinfo is read into this buffer.
306 */
307 char hostkeybuf[105];
308
309 /**
310 * Current position in 'hostkeybuf' (for reading from gnunet-peerinfo)
311 */
312 unsigned int hostkeybufpos;
313
314 /**
305 * Set to GNUNET_YES once the peer is up. 315 * Set to GNUNET_YES once the peer is up.
306 */ 316 */
307 int running; 317 int running;