diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-10-10 02:20:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-10-10 02:21:31 +0200 |
commit | f2087f2da2752b84e000b42575bcc3abafbf57b4 (patch) | |
tree | 605cb2b2eeed03a6589b7ac594e12af2b43db44f | |
parent | 7fc8897806da013d6e4e1cfc4dcb4009a80082ec (diff) | |
download | fastd-f2087f2da2752b84e000b42575bcc3abafbf57b4.tar fastd-f2087f2da2752b84e000b42575bcc3abafbf57b4.zip |
fastd: fix documentation of fastd_context_t.now
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |