aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 15:21:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 15:21:02 +0000
commit26482491f9faa76ae8b98e27694c14d5140c1e69 (patch)
tree352fa609702821c24ab918d980c1b3a799c718ff /src/util/time.c
parent68fe3f5587d2e0f134357f06b72583151b36bbdd (diff)
downloadgnunet-26482491f9faa76ae8b98e27694c14d5140c1e69.tar.gz
gnunet-26482491f9faa76ae8b98e27694c14d5140c1e69.zip
-document clock skew variable a bit more
Diffstat (limited to 'src/util/time.c')
-rw-r--r--src/util/time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/time.c b/src/util/time.c
index 3ee15516a..c57ccd1e2 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -28,6 +28,9 @@
28 28
29#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 29#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
30 30
31/**
32 * Variable used to simulate clock skew. Used for testing, never in production.
33 */
31static long long timestamp_offset; 34static long long timestamp_offset;
32 35
33/** 36/**