diff options
author | Martin Mares <mj@ucw.cz> | 1998-07-15 21:42:23 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-07-15 21:42:23 +0200 |
commit | c25e90efed6bc76d05370403839640ed05017506 (patch) | |
tree | 2bd05f1b7c1988f4a0b8af32b232b9aae655e9ec | |
parent | 1be52eea5777f082b02e0f484620e692017b16a2 (diff) | |
download | bird-c25e90efed6bc76d05370403839640ed05017506.tar bird-c25e90efed6bc76d05370403839640ed05017506.zip |
Added comment explaining `now'.
-rw-r--r-- | sysdep/unix/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/timer.h b/sysdep/unix/timer.h index ab04aa4..10351a6 100644 --- a/sysdep/unix/timer.h +++ b/sysdep/unix/timer.h @@ -30,6 +30,6 @@ void tm_start(timer *, unsigned after); void tm_stop(timer *); void tm_dump_all(void); -extern bird_clock_t now; +extern bird_clock_t now; /* Time in seconds since unknown epoch */ #endif |