aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 11:27:48 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 11:27:48 +0000
commitf8dd08deb48ee7432e4c59cb5bb28fb7941fcb7a (patch)
treed1f56c09e6bc7bcb1e1dff89178583045a21732a /src
parenta8e3df3ff45a5b675b23ce8deeb78de5d5463d5c (diff)
downloadgnunet-f8dd08deb48ee7432e4c59cb5bb28fb7941fcb7a.tar.gz
gnunet-f8dd08deb48ee7432e4c59cb5bb28fb7941fcb7a.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c4
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index afdb801c9..c31504cfb 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1347,7 +1347,7 @@ GMC_handle_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
1347 * Generic handler for mesh network encrypted traffic. 1347 * Generic handler for mesh network encrypted traffic.
1348 * 1348 *
1349 * @param peer Peer identity this notification is about. 1349 * @param peer Peer identity this notification is about.
1350 * @param message Encrypted message. 1350 * @param msg Encrypted message.
1351 * 1351 *
1352 * @return GNUNET_OK to keep the connection open, 1352 * @return GNUNET_OK to keep the connection open,
1353 * GNUNET_SYSERR to close it (signal serious error) 1353 * GNUNET_SYSERR to close it (signal serious error)
@@ -1939,7 +1939,7 @@ GMC_get_buffer (struct MeshConnection *c, int fwd)
1939} 1939}
1940 1940
1941/** 1941/**
1942 * Get how many messages have we allowed to send to us from a direction.. 1942 * Get how many messages have we allowed to send to us from a direction.
1943 * 1943 *
1944 * @param c Connection. 1944 * @param c Connection.
1945 * @param fwd Are we asking about traffic from FWD (BCK messages)? 1945 * @param fwd Are we asking about traffic from FWD (BCK messages)?
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index 816d93f45..d6b261002 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -290,7 +290,7 @@ unsigned int
290GMC_get_buffer (struct MeshConnection *c, int fwd); 290GMC_get_buffer (struct MeshConnection *c, int fwd);
291 291
292/** 292/**
293 * Get how many messages have we allowed to send to us from a direction.. 293 * Get how many messages have we allowed to send to us from a direction.
294 * 294 *
295 * @param c Connection. 295 * @param c Connection.
296 * @param fwd Are we asking about traffic from FWD (BCK messages)? 296 * @param fwd Are we asking about traffic from FWD (BCK messages)?