aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet_local_mq.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/cadet/test_cadet_local_mq.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
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 */