aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/statistics_api.c')
-rw-r--r--src/statistics/statistics_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index e117e971c..10659f11a 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -36,7 +36,7 @@
36/** 36/**
37 * How long do we wait until a statistics request for setting 37 * How long do we wait until a statistics request for setting
38 * a value times out? (The update will be lost if the 38 * a value times out? (The update will be lost if the
39 * service does not react within this timeframe). 39 * service does not react within this timeframe).
40 */ 40 */
41#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2) 41#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
42 42
@@ -954,7 +954,7 @@ GNUNET_STATISTICS_get (struct GNUNET_STATISTICS_Handle *handle,
954 954
955 955
956/** 956/**
957 * Cancel a 'get' request. Must be called before the 'cont' 957 * Cancel a 'get' request. Must be called before the 'cont'
958 * function is called. 958 * function is called.
959 * 959 *
960 * @param gh handle of the request to cancel 960 * @param gh handle of the request to cancel