aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
commitb9e7bbea6e7628e77fdbcfdd6832587a07d43658 (patch)
tree2b885562e701d3cc5c11ec07d2051b08ed4c05bf /src/transport/gnunet-service-transport_clients.c
parentf0ac323a4bae4dd87c96bf6d2e9980ec9952df8b (diff)
downloadgnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.tar.gz
gnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.zip
misc train hacking
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.c')
-rw-r--r--src/transport/gnunet-service-transport_clients.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 8676f335e..7e519a547 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -228,7 +228,7 @@ transmit_to_client_callback (void *cls, size_t size, void *buf)
228/** 228/**
229 * Queue the given message for transmission to the given client 229 * Queue the given message for transmission to the given client
230 * 230 *
231 * @param client target of the message 231 * @param tc target of the message
232 * @param msg message to transmit 232 * @param msg message to transmit
233 * @param may_drop GNUNET_YES if the message can be dropped 233 * @param may_drop GNUNET_YES if the message can be dropped
234 */ 234 */