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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index 93ddabb147..eb99a2d556 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -48,7 +48,7 @@ typedef struct _capture_session {
uid_t owner; /**< owner of the cfile */
gid_t group; /**< group of the cfile */
#endif
- gboolean session_started;
+ gboolean session_will_restart; /**< Set when session will restart */
guint32 count; /**< Total number of frames captured */
capture_options *capture_opts; /**< options for this capture */
capture_file *cf; /**< handle to cfile */