From aa1434601182adc06de339b285f59bfa3505dcd6 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 25 Jul 2011 12:36:38 +0000 Subject: clock skew lib --- src/include/gnunet_time_lib.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h index ac6b32278..b1ffc4d40 100644 --- a/src/include/gnunet_time_lib.h +++ b/src/include/gnunet_time_lib.h @@ -421,6 +421,14 @@ struct GNUNET_TIME_Absolute GNUNET_TIME_absolute_ntoh (struct GNUNET_TIME_AbsoluteNBO a); +/** + * Set the timestamp offset for this instance. + * + * @param offset the offset to skew the locale time by + */ +void +GNUNET_TIME_set_offset(long long offset); + #if 0 /* keep Emacsens' auto-indent happy */ { #endif -- cgit v1.2.3