adding new GNUNET_HELPER_ API for communication with (SUID) helper binaries via stdin...
[oweals/gnunet.git] / src / util / time.c
index 3ee15516a165185dc8717ba71cee00358f9e6f9d..c57ccd1e224c0e464259e2e64664756975db15cd 100644 (file)
@@ -28,6 +28,9 @@
 
 #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
 
+/**
+ * Variable used to simulate clock skew.  Used for testing, never in production.
+ */
 static long long timestamp_offset;
 
 /**