diff options
Diffstat (limited to 'lib/thread.h')
-rw-r--r-- | lib/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/thread.h b/lib/thread.h index f3769e25..c0198a36 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -54,7 +54,6 @@ struct thread_master struct thread_list background; fd_set readfd; fd_set writefd; - fd_set exceptfd; unsigned long alloc; }; @@ -216,10 +215,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 */ |