aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-07-31 06:58:55 +0000
committerBart Polot <bart@net.in.tum.de>2015-07-31 06:58:55 +0000
commitc14ff64b5c9ca4cfc5004e30622499cc782694c5 (patch)
tree85f5f098c4054fccffcf56159e3543cf1d252c48 /src/include/gnunet_cadet_service.h
parent5eb722ace41a4cccf9d65bf408cfd3c45756cf2f (diff)
downloadgnunet-c14ff64b5c9ca4cfc5004e30622499cc782694c5.tar.gz
gnunet-c14ff64b5c9ca4cfc5004e30622499cc782694c5.zip
- refactor GCP_get_peer, fix get peer info
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index d2d41b3ce..a0d28b531 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -420,7 +420,7 @@ typedef void
420 * @param neighbor Is this a direct neighbor? #GNUNET_YES/#GNUNET_NO 420 * @param neighbor Is this a direct neighbor? #GNUNET_YES/#GNUNET_NO
421 * @param n_paths Number of paths known towards peer. 421 * @param n_paths Number of paths known towards peer.
422 * @param paths Array of PEER_IDs representing all paths to reach the peer. 422 * @param paths Array of PEER_IDs representing all paths to reach the peer.
423 * Each path starts with the local peer. 423 * Each path starts with the first hop (local peer not included).
424 * Each path ends with the destination peer (given in @c peer). 424 * Each path ends with the destination peer (given in @c peer).
425 */ 425 */
426typedef void 426typedef void