aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index 5ef70407c..5eeb44d13 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -85,7 +85,7 @@ struct PeerContext
85 struct GNUNET_DHT_FindPeerHandle *find_peer_handle; 85 struct GNUNET_DHT_FindPeerHandle *find_peer_handle;
86 86
87#if START_ARM 87#if START_ARM
88 GNUNET_OS_Process *arm_proc; 88 struct GNUNET_OS_Process *arm_proc;
89#endif 89#endif
90}; 90};
91 91