aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'capchild/capture_session.h')
-rw-r--r--capchild/capture_session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index 06cfb88902..5f3d46d842 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -58,6 +58,7 @@ typedef struct _capture_session {
gid_t group; /**< group of the cfile */
#endif
gboolean session_started;
+ guint32 count; /**< Total number of frames captured */
capture_options *capture_opts; /**< options for this capture */
struct _capture_file *cf; /**< handle to cfile */
} capture_session;