aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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/fs
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs.c6
-rw-r--r--src/fs/gnunet-service-fs_cp.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 300aac45a..4a0a14f58 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -260,8 +260,6 @@ update_latencies (const struct GNUNET_ATS_Information *atsi,
260 * @param other the other peer involved (sender or receiver, NULL 260 * @param other the other peer involved (sender or receiver, NULL
261 * for loopback messages where we are both sender and receiver) 261 * for loopback messages where we are both sender and receiver)
262 * @param message the actual message 262 * @param message the actual message
263 * @param atsi performance information
264 * @param atsi_count number of records in 'atsi'
265 * @return GNUNET_OK to keep the connection open, 263 * @return GNUNET_OK to keep the connection open,
266 * GNUNET_SYSERR to close it (signal serious error) 264 * GNUNET_SYSERR to close it (signal serious error)
267 */ 265 */
@@ -341,8 +339,6 @@ consider_forwarding (void *cls, struct GSF_PendingRequest *pr,
341 * @param other the other peer involved (sender or receiver, NULL 339 * @param other the other peer involved (sender or receiver, NULL
342 * for loopback messages where we are both sender and receiver) 340 * for loopback messages where we are both sender and receiver)
343 * @param message the actual message 341 * @param message the actual message
344 * @param atsi performance information
345 * @param atsi_count number of records in 'atsi'
346 * @return GNUNET_OK to keep the connection open, 342 * @return GNUNET_OK to keep the connection open,
347 * GNUNET_SYSERR to close it (signal serious error) 343 * GNUNET_SYSERR to close it (signal serious error)
348 */ 344 */
@@ -530,8 +526,6 @@ consider_peer_for_forwarding (void *cls, const struct GNUNET_HashCode * key,
530 * 526 *
531 * @param cls closure, not used 527 * @param cls closure, not used
532 * @param peer peer identity this notification is about 528 * @param peer peer identity this notification is about
533 * @param atsi performance information
534 * @param atsi_count number of records in 'atsi'
535 */ 529 */
536static void 530static void
537peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer) 531peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index fae07b4cf..365548665 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -294,8 +294,6 @@ GSF_peer_update_responder_peer_ (struct GSF_ConnectedPeer *cp,
294 * @param other the other peer involved (sender or receiver, NULL 294 * @param other the other peer involved (sender or receiver, NULL
295 * for loopback messages where we are both sender and receiver) 295 * for loopback messages where we are both sender and receiver)
296 * @param message the actual message 296 * @param message the actual message
297 * @param atsi performance information
298 * @param atsi_count number of records in 'atsi'
299 * @return GNUNET_OK to keep the connection open, 297 * @return GNUNET_OK to keep the connection open,
300 * GNUNET_SYSERR to close it (signal serious error) 298 * GNUNET_SYSERR to close it (signal serious error)
301 */ 299 */