aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-08-28 05:19:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-08-28 05:19:52 +0000
commit2cd2eecd0a470bb326c658157d32bfe614698ad0 (patch)
tree61e3db1ee1afe7d1c8f3f01c12208caa28c7c210 /file.h
parent5cba22a89b913c580c9ca20dd0622ee4fb10b12b (diff)
Compute the loading time and show it in the main status bar.
(Modified code from Didier Gautheron). svn path=/trunk/; revision=29592
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 67fdd7e222..ece604994e 100644
--- a/file.h
+++ b/file.h
@@ -256,6 +256,7 @@ cf_status_t cf_filter_packets(capture_file *cf, gchar *dfilter, gboolean force);
*/
void cf_reftime_packets(capture_file *cf);
+gulong cf_get_computed_elapsed(void);
/**
* At least one "Refence Time" flag has changed, rescan all packets.
*