aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:49 +0000
commitf88dc96655c7d92efb65c80ebc85f55e64ec86b5 (patch)
tree270a410649a98b374839f1986bb1893590453d43 /src/fs
parentf1dc3e85bc6ff5633b88da121cde855c5874f986 (diff)
downloadgnunet-f88dc96655c7d92efb65c80ebc85f55e64ec86b5.tar.gz
gnunet-f88dc96655c7d92efb65c80ebc85f55e64ec86b5.zip
doxygen
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_cp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 6d917f14d..f33b97d81 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -684,8 +684,6 @@ GSF_peer_get_ (const struct GNUNET_PeerIdentity *peer)
684 * @param other the other peer involved (sender or receiver, NULL 684 * @param other the other peer involved (sender or receiver, NULL
685 * for loopback messages where we are both sender and receiver) 685 * for loopback messages where we are both sender and receiver)
686 * @param message the actual message 686 * @param message the actual message
687 * @param atsi performance information
688 * @param atsi_count number of records in 'atsi'
689 * @return GNUNET_OK to keep the connection open, 687 * @return GNUNET_OK to keep the connection open,
690 * GNUNET_SYSERR to close it (signal serious error) 688 * GNUNET_SYSERR to close it (signal serious error)
691 */ 689 */