diff options
author | David Lamparter <equinox@diac24.net> | 2009-03-13 11:20:07 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-03 05:05:43 +0100 |
commit | 4fcb7daa49ce283a6997be4b3b5e7e8a2c6a09a2 (patch) | |
tree | b3d8ddd17adfec8e77cdfbd31328331a637e49b0 /lib/thread.h | |
parent | 78ad0d902cd5dd765f1f67a8b9ab740c60d50158 (diff) | |
download | quagga-4fcb7daa49ce283a6997be4b3b5e7e8a2c6a09a2.tar.bz2 quagga-4fcb7daa49ce283a6997be4b3b5e7e8a2c6a09a2.tar.xz |
lib: fix header broken by times(2) branch
Diffstat (limited to 'lib/thread.h')
-rw-r--r-- | lib/thread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/thread.h b/lib/thread.h index b52bc541..e5b1cb35 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -209,10 +209,6 @@ extern time_t quagga_time (time_t *); extern unsigned long thread_consumed_time(RUSAGE_T *after, RUSAGE_T *before, unsigned long *cpu_time_elapsed); -/* Global variable containing a recent result from gettimeofday. This can - be used instead of calling gettimeofday if a recent value is sufficient. - This is guaranteed to be refreshed before a thread is called. */ -extern struct timeval recent_time; /* Similar to recent_time, but a monotonically increasing time value */ extern struct timeval recent_relative_time (void); #endif /* _ZEBRA_THREAD_H */ |