From c63b92846b17552cbaaeeec67987c62b0361ebab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 21 May 2010 11:15:07 +0000 Subject: [PATCH] testing --- src/include/gnunet_testing_lib.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -301,6 +301,16 @@ struct GNUNET_TESTING_Daemon */ struct GNUNET_DISK_PipeHandle *pipe_stdout; + /** + * Output from gnunet-peerinfo is read into this buffer. + */ + char hostkeybuf[105]; + + /** + * Current position in 'hostkeybuf' (for reading from gnunet-peerinfo) + */ + unsigned int hostkeybufpos; + /** * Set to GNUNET_YES once the peer is up. */ -- 2.25.1