aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arm/test_arm_api.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/arm/test_arm_api.c b/src/arm/test_arm_api.c
index 271746e6b..0b4baa3f8 100644
--- a/src/arm/test_arm_api.c
+++ b/src/arm/test_arm_api.c
@@ -156,24 +156,6 @@ arm_conn (void *cls,
156 156
157 157
158static void 158static void
159srv_status (void *cls, const char *service, enum GNUNET_ARM_ServiceStatus status)
160{
161 LOG ("Service %s is %u\n", service, status);
162 switch (phase)
163 {
164 default:
165 LOG ("Unexpectedly got status %u for service %s\n", status,
166 service);
167 GNUNET_break (0);
168 ok = 2;
169#if START_ARM
170 GNUNET_ARM_request_service_stop (arm, "arm", TIMEOUT, NULL, NULL);
171#endif
172 }
173}
174
175
176static void
177arm_start_cb (void *cls, 159arm_start_cb (void *cls,
178 struct GNUNET_ARM_Handle *h, 160 struct GNUNET_ARM_Handle *h,
179 enum GNUNET_ARM_RequestStatus status, 161 enum GNUNET_ARM_RequestStatus status,