[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11482 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11482 - gnunet/src/include |
Date: |
Fri, 21 May 2010 13:15:07 +0200 |
Author: grothoff
Date: 2010-05-21 13:15:07 +0200 (Fri, 21 May 2010)
New Revision: 11482
Modified:
gnunet/src/include/gnunet_testing_lib.h
Log:
testing
Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h 2010-05-21 11:12:40 UTC (rev
11481)
+++ gnunet/src/include/gnunet_testing_lib.h 2010-05-21 11:15:07 UTC (rev
11482)
@@ -302,6 +302,16 @@
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.
*/
int running;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11482 - gnunet/src/include,
gnunet <=