aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 11:34:19 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 11:34:19 +0000
commit0a4ffc7c929c862c5d666c197e6c39015fca6a42 (patch)
tree23fe7c8daa9e9454d5e0db985371b0c1ab5658d9 /src
parent7562e2e46e115140820f46d6ad033c9321610c3c (diff)
downloadgnunet-0a4ffc7c929c862c5d666c197e6c39015fca6a42.tar.gz
gnunet-0a4ffc7c929c862c5d666c197e6c39015fca6a42.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c6
-rw-r--r--src/mesh/gnunet-service-mesh_peer.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 515c4b4f0..d4a1b9863 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -553,7 +553,7 @@ peer_destroy (struct MeshPeer *peer)
553/** 553/**
554 * Returns if peer is used (has a tunnel, is neighbor). 554 * Returns if peer is used (has a tunnel, is neighbor).
555 * 555 *
556 * @peer Peer to check. 556 * @param peer Peer to check.
557 * 557 *
558 * @return GNUNET_YES if peer is in use. 558 * @return GNUNET_YES if peer is in use.
559 */ 559 */
@@ -1226,7 +1226,7 @@ GMP_shutdown (void)
1226 * Retrieve the MeshPeer stucture associated with the peer, create one 1226 * Retrieve the MeshPeer stucture associated with the peer, create one
1227 * and insert it in the appropriate structures if the peer is not known yet. 1227 * and insert it in the appropriate structures if the peer is not known yet.
1228 * 1228 *
1229 * @param peer Full identity of the peer. 1229 * @param peer_id Full identity of the peer.
1230 * 1230 *
1231 * @return Existing or newly created peer structure. 1231 * @return Existing or newly created peer structure.
1232 */ 1232 */
@@ -1522,7 +1522,7 @@ GMP_add_path (struct MeshPeer *peer_info, struct MeshPeerPath *path,
1522 * The path is given in peer_info -> destination, therefore we turn the path 1522 * The path is given in peer_info -> destination, therefore we turn the path
1523 * upside down first. 1523 * upside down first.
1524 * 1524 *
1525 * @param peer_info Peer to add the path to, being the origin of the path. 1525 * @param pee Peer to add the path to, being the origin of the path.
1526 * @param path New path to add after being inversed. 1526 * @param path New path to add after being inversed.
1527 * Path will be either used or freed. 1527 * Path will be either used or freed.
1528 * @param trusted Do we trust that this path is real? 1528 * @param trusted Do we trust that this path is real?
diff --git a/src/mesh/gnunet-service-mesh_peer.h b/src/mesh/gnunet-service-mesh_peer.h
index 7cc48fb66..0d164cef9 100644
--- a/src/mesh/gnunet-service-mesh_peer.h
+++ b/src/mesh/gnunet-service-mesh_peer.h
@@ -85,7 +85,7 @@ GMP_shutdown (void);
85 * Retrieve the MeshPeer stucture associated with the peer, create one 85 * Retrieve the MeshPeer stucture associated with the peer, create one
86 * and insert it in the appropriate structures if the peer is not known yet. 86 * and insert it in the appropriate structures if the peer is not known yet.
87 * 87 *
88 * @param peer Full identity of the peer. 88 * @param peer_id Full identity of the peer.
89 * 89 *
90 * @return Existing or newly created peer structure. 90 * @return Existing or newly created peer structure.
91 */ 91 */
@@ -207,7 +207,7 @@ GMP_add_path (struct MeshPeer *peer, struct MeshPeerPath *p, int trusted);
207 * The path is given in peer_info -> destination, therefore we turn the path 207 * The path is given in peer_info -> destination, therefore we turn the path
208 * upside down first. 208 * upside down first.
209 * 209 *
210 * @param peer_info Peer to add the path to, being the origin of the path. 210 * @param peer Peer to add the path to, being the origin of the path.
211 * @param path New path to add after being inversed. 211 * @param path New path to add after being inversed.
212 * Path will be either used or freed. 212 * Path will be either used or freed.
213 * @param trusted Do we trust that this path is real? 213 * @param trusted Do we trust that this path is real?