aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing-cmds.h')
-rw-r--r--src/transport/transport-testing-cmds.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/transport/transport-testing-cmds.h b/src/transport/transport-testing-cmds.h
index 680162563..26933a575 100644
--- a/src/transport/transport-testing-cmds.h
+++ b/src/transport/transport-testing-cmds.h
@@ -109,20 +109,22 @@ struct StartPeerState
109 /** 109 /**
110 * The ip of a node. 110 * The ip of a node.
111 */ 111 */
112 const char *node_ip; 112 char *node_ip;
113 113
114 /** 114 /**
115 * Receive callback 115 * Receive callback
116 */ 116 */
117 struct GNUNET_MQ_MessageHandler *handlers; 117 struct GNUNET_MQ_MessageHandler *handlers;
118 118
119 const char *cfgname; 119 //FIXME documentation
120 char *cfgname;
120 121
121 /** 122 /**
122 * Peer's configuration 123 * Peer's configuration
123 */ 124 */
124 struct GNUNET_CONFIGURATION_Handle *cfg; 125 struct GNUNET_CONFIGURATION_Handle *cfg;
125 126
127 //FIXME documentation
126 struct GNUNET_TESTING_Peer *peer; 128 struct GNUNET_TESTING_Peer *peer;
127 129
128 /** 130 /**
@@ -165,13 +167,14 @@ struct StartPeerState
165 */ 167 */
166 size_t hello_size; 168 size_t hello_size;
167 169
170 /** All of the below: FIXME documentation */
168 char *m; 171 char *m;
169 172
170 char *n; 173 char *n;
171 174
172 char *local_m; 175 char *local_m;
173 176
174 const char *system_label; 177 char *system_label;
175 178
176 /** 179 /**
177 * An unique number to identify the peer 180 * An unique number to identify the peer