aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-communicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing-communicator.h')
-rw-r--r--src/transport/transport-testing-communicator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport-testing-communicator.h b/src/transport/transport-testing-communicator.h
index 693e61515..1875258b4 100644
--- a/src/transport/transport-testing-communicator.h
+++ b/src/transport/transport-testing-communicator.h
@@ -200,6 +200,11 @@ struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle
200 struct GNUNET_OS_Process *resolver_proc; 200 struct GNUNET_OS_Process *resolver_proc;
201 201
202 /** 202 /**
203 * statistics service process
204 */
205 struct GNUNET_OS_Process *stat_proc;
206
207 /**
203 * peerstore service process 208 * peerstore service process
204 */ 209 */
205 struct GNUNET_OS_Process *ps_proc; 210 struct GNUNET_OS_Process *ps_proc;