Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / lib / timeval.h
index 0f7d15c6c7ba5901a85438b118a4b34ef0d99deb..5a7b6e25c62aeabc09b3b1089913446a828a8576 100644 (file)
@@ -25,6 +25,7 @@
 extern "C" {
 #endif
 
+struct ds;
 struct pollfd;
 struct timespec;
 struct timeval;
@@ -83,6 +84,7 @@ long long int timeval_to_msec(const struct timeval *);
 void xgettimeofday(struct timeval *);
 
 int get_cpu_usage(void);
+void format_backtraces(struct ds *, size_t min_count);
 
 long long int time_boot_msec(void);