aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-monitor.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-04-19 15:18:08 +0000
committerBart Polot <bart@net.in.tum.de>2012-04-19 15:18:08 +0000
commit953abe6ece69a57251809281469db5ab3b8d7c8f (patch)
tree9d3bff622af4fe8b041a26cb0f203b52d141c89e /src/dht/gnunet-dht-monitor.c
parent44e1931281e9d581d116e088703834af38f37b4f (diff)
downloadgnunet-953abe6ece69a57251809281469db5ab3b8d7c8f.tar.gz
gnunet-953abe6ece69a57251809281469db5ab3b8d7c8f.zip
- Fix doxygen
Diffstat (limited to 'src/dht/gnunet-dht-monitor.c')
-rw-r--r--src/dht/gnunet-dht-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-dht-monitor.c b/src/dht/gnunet-dht-monitor.c
index ab2e1a240..0df87fefa 100644
--- a/src/dht/gnunet-dht-monitor.c
+++ b/src/dht/gnunet-dht-monitor.c
@@ -123,6 +123,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
123 * @param put_path peers on the PUT path (or NULL if not recorded). 123 * @param put_path peers on the PUT path (or NULL if not recorded).
124 * @param put_path_length number of entries in get_path. 124 * @param put_path_length number of entries in get_path.
125 * @param desired_replication_level Desired replication level. 125 * @param desired_replication_level Desired replication level.
126 * @param options Options of the route (record, demultiplex, etc)
126 * @param type Type of the result/request. 127 * @param type Type of the result/request.
127 * @param data Pointer to the result data. 128 * @param data Pointer to the result data.
128 * @param size Number of bytes in data. 129 * @param size Number of bytes in data.