aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cfile.h b/cfile.h
index 3fa388002b..3735505128 100644
--- a/cfile.h
+++ b/cfile.h
@@ -125,6 +125,12 @@ typedef struct _capture_file {
#endif
gpointer window; /* Top-level window associated with file */
GTree *frames_user_comments; /* BST with user comments for frames (key = frame_data) */
+ gulong computed_elapsed;
+
+ guint32 cum_bytes;
+ const frame_data *ref;
+ frame_data *prev_dis;
+ frame_data *prev_cap;
} capture_file;
extern void cap_file_init(capture_file *cf);