summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/thread.h b/lib/thread.h
index 716a6a6c..4008ba72 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -158,4 +158,6 @@ unsigned long thread_timer_remain_second (struct thread *);
extern struct cmd_element show_thread_cpu_cmd;
+extern unsigned long thread_consumed_time(RUSAGE_T *after, RUSAGE_T *before);
+
#endif /* _ZEBRA_THREAD_H */