diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-04 02:59:44 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 02:59:44 +0100 |
commit | f774e7333c1fec61c79c5d4f959eb8e6ea5e1bca (patch) | |
tree | 633e5ece9537584c6773999187a7f9c36d5c883e /lib/thread.h | |
parent | 888aad9ed5755dc82c0061ee5ce682525a9d6f9f (diff) | |
parent | 4fcb7daa49ce283a6997be4b3b5e7e8a2c6a09a2 (diff) | |
download | quagga-f774e7333c1fec61c79c5d4f959eb8e6ea5e1bca.tar.bz2 quagga-f774e7333c1fec61c79c5d4f959eb8e6ea5e1bca.tar.xz |
Merge branch 'patches/jt_times2' into dn42
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 */ |