aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-12 12:52:28 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-12 12:52:28 +0000
commit6e8793e115782b277ed97e6072a3fd87c75d4707 (patch)
treed83c94ee62011ab1c8a0c425dd89cdac6afaaa0d /src/include/gnunet_statistics_service.h
parent26df8eb845e634ad3658582bb594c9761591e86d (diff)
downloadgnunet-6e8793e115782b277ed97e6072a3fd87c75d4707.tar.gz
gnunet-6e8793e115782b277ed97e6072a3fd87c75d4707.zip
- typo
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)?