0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00

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