aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_statistics_service.h')
-rw-r--r--src/include/gnunet_statistics_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 051533182..5e41edc5b 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -140,7 +140,7 @@ struct GNUNET_STATISTICS_GetHandle;
140 * Get statistic from the peer. 140 * Get statistic from the peer.
141 * 141 *
142 * @param handle identification of the statistics service 142 * @param handle identification of the statistics service
143 * @param subsystem limit to the specified subsystem, NULL for our subsystem 143 * @param subsystem limit to the specified subsystem, NULL for all subsystems
144 * @param name name of the statistic value, NULL for all values 144 * @param name name of the statistic value, NULL for all values
145 * @param timeout after how long should we give up (and call 145 * @param timeout after how long should we give up (and call
146 * notify with buf NULL and size 0)? 146 * notify with buf NULL and size 0)?