Added comment explaining `now'.

This commit is contained in:
Martin Mares 1998-07-15 19:42:23 +00:00
parent 1be52eea57
commit c25e90efed

View 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