aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/statistics/statistics_api.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
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