From f2087f2da2752b84e000b42575bcc3abafbf57b4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 10 Oct 2016 02:20:58 +0200 Subject: fastd: fix documentation of fastd_context_t.now --- src/fastd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastd.h b/src/fastd.h index 08cfb5f..1206cd8 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -283,7 +283,7 @@ struct fastd_context { int64_t started; /**< The timestamp when fastd was started */ - int64_t now; /**< The current monotonous timestamp in microseconds after an arbitrary point in time */ + int64_t now; /**< The current monotonous timestamp in milliseconds after an arbitrary point in time */ fastd_iface_t *iface; /**< The default tunnel interface */ -- cgit v1.2.3