aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
commit5140bd05677e696e7890c8613c050baf79c9166d (patch)
treef068fab60e2feb76f7f306a46a2438979d2bad4e /src/dht
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 6c52ab342..06e13d0b1 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -622,8 +622,6 @@ send_find_peer_message (void *cls,
622 * 622 *
623 * @param cls closure 623 * @param cls closure
624 * @param peer peer identity this notification is about 624 * @param peer peer identity this notification is about
625 * @param atsi performance data
626 * @param atsi_count number of records in 'atsi'
627 */ 625 */
628static void 626static void
629handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 627handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
@@ -1539,8 +1537,6 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server,
1539 * @param peer sender of the request 1537 * @param peer sender of the request
1540 * @param message message 1538 * @param message message
1541 * @param peer peer identity this notification is about 1539 * @param peer peer identity this notification is about
1542 * @param atsi performance data
1543 * @param atsi_count number of records in 'atsi'
1544 * @return GNUNET_OK to keep the connection open, 1540 * @return GNUNET_OK to keep the connection open,
1545 * GNUNET_SYSERR to close it (signal serious error) 1541 * GNUNET_SYSERR to close it (signal serious error)
1546 */ 1542 */
@@ -1789,9 +1785,6 @@ handle_find_peer (const struct GNUNET_PeerIdentity *sender,
1789 * @param cls closure 1785 * @param cls closure
1790 * @param peer sender of the request 1786 * @param peer sender of the request
1791 * @param message message 1787 * @param message message
1792 * @param peer peer identity this notification is about
1793 * @param atsi performance data
1794 * @param atsi_count number of records in 'atsi'
1795 * @return GNUNET_OK to keep the connection open, 1788 * @return GNUNET_OK to keep the connection open,
1796 * GNUNET_SYSERR to close it (signal serious error) 1789 * GNUNET_SYSERR to close it (signal serious error)
1797 */ 1790 */
@@ -1931,8 +1924,6 @@ handle_dht_p2p_get (void *cls, const struct GNUNET_PeerIdentity *peer,
1931 * @param cls closure 1924 * @param cls closure
1932 * @param message message 1925 * @param message message
1933 * @param peer peer identity this notification is about 1926 * @param peer peer identity this notification is about
1934 * @param atsi performance data
1935 * @param atsi_count number of records in 'atsi'
1936 * @return GNUNET_YES (do not cut p2p connection) 1927 * @return GNUNET_YES (do not cut p2p connection)
1937 */ 1928 */
1938static int 1929static int