]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added comment explaining `now'.
authorMartin Mares <mj@ucw.cz>
Wed, 15 Jul 1998 19:42:23 +0000 (19:42 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 15 Jul 1998 19:42:23 +0000 (19:42 +0000)
sysdep/unix/timer.h

index ab04aa447904bbdef4e003b33469a5e9701f87a2..10351a61e006e4f544396544126b7041dd46d5b6 100644 (file)
@@ -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