aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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
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')
-rw-r--r--src/statistics/gnunet-service-statistics.c2
-rw-r--r--src/statistics/statistics.h6
-rw-r--r--src/statistics/statistics_api.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 3305dc6f4..24ed08833 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -22,7 +22,7 @@
22 * @file statistics/gnunet-service-statistics.c 22 * @file statistics/gnunet-service-statistics.c
23 * @brief program that tracks statistics 23 * @brief program that tracks statistics
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 * TODO: 26 * TODO:
27 * - use BIO for IO operations 27 * - use BIO for IO operations
28 */ 28 */
diff --git a/src/statistics/statistics.h b/src/statistics/statistics.h
index 757550922..14dd45d82 100644
--- a/src/statistics/statistics.h
+++ b/src/statistics/statistics.h
@@ -110,9 +110,9 @@ struct GNUNET_STATISTICS_WatchValueMessage
110 110
111 /** 111 /**
112 * Unique watch identification number (watch 112 * Unique watch identification number (watch
113 * requests are enumerated in the order they 113 * requests are enumerated in the order they
114 * are received, the first request having 114 * are received, the first request having
115 * a wid of zero). 115 * a wid of zero).
116 */ 116 */
117 uint32_t wid GNUNET_PACKED; 117 uint32_t wid GNUNET_PACKED;
118 118
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