aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet_local_mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadet_local_mq.c')
-rw-r--r--src/cadet/test_cadet_local_mq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cadet/test_cadet_local_mq.c b/src/cadet/test_cadet_local_mq.c
index c56b510ae..6f75dfd1f 100644
--- a/src/cadet/test_cadet_local_mq.c
+++ b/src/cadet/test_cadet_local_mq.c
@@ -131,6 +131,7 @@ do_abort (void *cls)
131 GNUNET_SCHEDULER_shutdown (); 131 GNUNET_SCHEDULER_shutdown ();
132} 132}
133 133
134
134/** 135/**
135 * Method called whenever a peer connects to a port in MQ-based CADET. 136 * Method called whenever a peer connects to a port in MQ-based CADET.
136 * 137 *
@@ -155,6 +156,7 @@ connected (void *cls,
155 return channel; 156 return channel;
156} 157}
157 158
159
158/** 160/**
159 * Function called whenever an MQ-channel is destroyed, even if the destruction 161 * Function called whenever an MQ-channel is destroyed, even if the destruction
160 * was requested by #GNUNET_CADET_channel_destroy. 162 * was requested by #GNUNET_CADET_channel_destroy.
@@ -332,4 +334,5 @@ main (int argc, char *argv[])
332 return (result == GNUNET_OK) ? 0 : 1; 334 return (result == GNUNET_OK) ? 0 : 1;
333} 335}
334 336
337
335/* end of test_cadet_local_1.c */ 338/* end of test_cadet_local_1.c */