aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 04:34:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 04:34:11 +0000
commitbd68fcf94853210cd9c5695c8e35f2df00347807 (patch)
treef431be47940da319a227261424b68f30257aec9b /src/util/time.c
parent5573c76556d4b5055a0d55031d36ffe185454f6d (diff)
downloadgnunet-bd68fcf94853210cd9c5695c8e35f2df00347807.tar.gz
gnunet-bd68fcf94853210cd9c5695c8e35f2df00347807.zip
-fix
Diffstat (limited to 'src/util/time.c')
-rw-r--r--src/util/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/time.c b/src/util/time.c
index afb0c00c1..b82a1ba7c 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -44,6 +44,7 @@ GNUNET_TIME_set_offset (long long offset)
44 timestamp_offset = offset; 44 timestamp_offset = offset;
45} 45}
46 46
47
47/** 48/**
48 * Get the current time (works just as "time", just that we use the 49 * Get the current time (works just as "time", just that we use the
49 * unit of time that the cron-jobs use (and is 64 bit)). 50 * unit of time that the cron-jobs use (and is 64 bit)).