aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
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/topology/gnunet-daemon-topology.c
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 5ca5468c7..c36108823 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -684,8 +684,6 @@ reschedule_hellos (void *cls, const struct GNUNET_HashCode * pid, void *value)
684 * 684 *
685 * @param cls closure 685 * @param cls closure
686 * @param peer peer identity this notification is about 686 * @param peer peer identity this notification is about
687 * @param atsi performance data
688 * @param atsi_count number of records in 'atsi'
689 */ 687 */
690static void 688static void
691connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer) 689connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
@@ -1137,8 +1135,6 @@ read_friends_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
1137 * @param other the other peer involved (sender or receiver, NULL 1135 * @param other the other peer involved (sender or receiver, NULL
1138 * for loopback messages where we are both sender and receiver) 1136 * for loopback messages where we are both sender and receiver)
1139 * @param message the actual HELLO message 1137 * @param message the actual HELLO message
1140 * @param atsi performance data
1141 * @param atsi_count number of records in 'atsi'
1142 * @return GNUNET_OK to keep the connection open, 1138 * @return GNUNET_OK to keep the connection open,
1143 * GNUNET_SYSERR to close it (signal serious error) 1139 * GNUNET_SYSERR to close it (signal serious error)
1144 */ 1140 */