aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-08-16 04:08:19 +0000
committerLRN <lrn1986@gmail.com>2013-08-16 04:08:19 +0000
commit594bb9fc409c4a3014fc7cd9651154650f1173e1 (patch)
tree226edb9862a1cd7f2f4941a049fec73e24fb19c5 /src/arm/test_exponential_backoff.c
parent2e754e8ef258a99937fd4a630ad69c61ee6fb929 (diff)
downloadgnunet-594bb9fc409c4a3014fc7cd9651154650f1173e1.tar.gz
gnunet-594bb9fc409c4a3014fc7cd9651154650f1173e1.zip
Make exponential backoff test compile again
Diffstat (limited to 'src/arm/test_exponential_backoff.c')
-rw-r--r--src/arm/test_exponential_backoff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index 7d8d771a2..e218e1aae 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -64,6 +64,8 @@ static char *killLogFileName;
64#endif 64#endif
65 65
66 66
67typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason);
68
67/** 69/**
68 * Context for handling the shutdown of a service. 70 * Context for handling the shutdown of a service.
69 */ 71 */