aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_barriers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_barriers.h')
-rw-r--r--src/testbed/gnunet-service-testbed_barriers.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/testbed/gnunet-service-testbed_barriers.h b/src/testbed/gnunet-service-testbed_barriers.h
index a16a4aa0d..f58e10609 100644
--- a/src/testbed/gnunet-service-testbed_barriers.h
+++ b/src/testbed/gnunet-service-testbed_barriers.h
@@ -33,14 +33,14 @@
33 * @param cfg the configuration to use for initialisation 33 * @param cfg the configuration to use for initialisation
34 */ 34 */
35void 35void
36GST_barriers_init(struct GNUNET_CONFIGURATION_Handle *cfg); 36GST_barriers_init (struct GNUNET_CONFIGURATION_Handle *cfg);
37 37
38 38
39/** 39/**
40 * Function to stop the barrier service 40 * Function to stop the barrier service
41 */ 41 */
42void 42void
43GST_barriers_destroy(void); 43GST_barriers_destroy (void);
44 44
45 45
46/** 46/**
@@ -51,8 +51,8 @@ GST_barriers_destroy(void);
51 * @return #GNUNET_OK if @a msg is well-formed 51 * @return #GNUNET_OK if @a msg is well-formed
52 */ 52 */
53int 53int
54check_barrier_init(void *cls, 54check_barrier_init (void *cls,
55 const struct GNUNET_TESTBED_BarrierInit *msg); 55 const struct GNUNET_TESTBED_BarrierInit *msg);
56 56
57 57
58/** 58/**
@@ -67,8 +67,8 @@ check_barrier_init(void *cls,
67 * @param msg the actual message 67 * @param msg the actual message
68 */ 68 */
69void 69void
70handle_barrier_init(void *cls, 70handle_barrier_init (void *cls,
71 const struct GNUNET_TESTBED_BarrierInit *msg); 71 const struct GNUNET_TESTBED_BarrierInit *msg);
72 72
73 73
74/** 74/**
@@ -79,8 +79,8 @@ handle_barrier_init(void *cls,
79 * @return #GNUNET_OK if @a msg is well-formed 79 * @return #GNUNET_OK if @a msg is well-formed
80 */ 80 */
81int 81int
82check_barrier_cancel(void *cls, 82check_barrier_cancel (void *cls,
83 const struct GNUNET_TESTBED_BarrierCancel *msg); 83 const struct GNUNET_TESTBED_BarrierCancel *msg);
84 84
85 85
86/** 86/**
@@ -95,8 +95,8 @@ check_barrier_cancel(void *cls,
95 * @param msg the actual message 95 * @param msg the actual message
96 */ 96 */
97void 97void
98handle_barrier_cancel(void *cls, 98handle_barrier_cancel (void *cls,
99 const struct GNUNET_TESTBED_BarrierCancel *msg); 99 const struct GNUNET_TESTBED_BarrierCancel *msg);
100 100
101 101
102/** 102/**
@@ -107,8 +107,8 @@ handle_barrier_cancel(void *cls,
107 * @return #GNUNET_OK if @a msg is well-formed 107 * @return #GNUNET_OK if @a msg is well-formed
108 */ 108 */
109int 109int
110check_barrier_status(void *cls, 110check_barrier_status (void *cls,
111 const struct GNUNET_TESTBED_BarrierStatusMsg *msg); 111 const struct GNUNET_TESTBED_BarrierStatusMsg *msg);
112 112
113 113
114/** 114/**
@@ -120,8 +120,8 @@ check_barrier_status(void *cls,
120 * @param msg the actual message 120 * @param msg the actual message
121 */ 121 */
122void 122void
123handle_barrier_status(void *cls, 123handle_barrier_status (void *cls,
124 const struct GNUNET_TESTBED_BarrierStatusMsg *msg); 124 const struct GNUNET_TESTBED_BarrierStatusMsg *msg);
125 125
126#endif /* GNUNET_SERVER_TESTBED_BARRIERS_H_ */ 126#endif /* GNUNET_SERVER_TESTBED_BARRIERS_H_ */
127 127