aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 04:53:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 04:53:31 +0000
commit429d914cdd3dd4eb662c0ca85fa3de77b26e15cc (patch)
treeea4e7f529df086420017e854c51d5e95c7cf9dbd /src/include/gnunet_time_lib.h
parentbd68fcf94853210cd9c5695c8e35f2df00347807 (diff)
downloadgnunet-429d914cdd3dd4eb662c0ca85fa3de77b26e15cc.tar.gz
gnunet-429d914cdd3dd4eb662c0ca85fa3de77b26e15cc.zip
-include time offsets in logging as well
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index d131e4eef..660d15af9 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -465,6 +465,15 @@ void
465GNUNET_TIME_set_offset (long long offset); 465GNUNET_TIME_set_offset (long long offset);
466 466
467 467
468/**
469 * Get the timestamp offset for this instance.
470 *
471 * @return the offset we currently skew the locale time by
472 */
473long long
474GNUNET_TIME_get_offset (void);
475
476
468#if 0 /* keep Emacsens' auto-indent happy */ 477#if 0 /* keep Emacsens' auto-indent happy */
469{ 478{
470#endif 479#endif