File: now.h

package info (click to toggle)
darkstat 3.0.708-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 708 kB
  • ctags: 592
  • sloc: ansic: 5,326; sh: 322; makefile: 131
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
/* darkstat 3
 * copyright (c) 2001-2006 Emil Mikulic.
 *
 * now.h: a cache of the current time
 * This lets us avoid superfluous gettimeofday() syscalls.
 */
#include <time.h>

extern time_t now; /* updated in the event loop in darkstat.c */