diff options
Diffstat (limited to 'src/ck-log-event.h')
-rw-r--r-- | src/ck-log-event.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ck-log-event.h b/src/ck-log-event.h index 65571f0..2d4ed4e 100644 --- a/src/ck-log-event.h +++ b/src/ck-log-event.h @@ -68,6 +68,7 @@ typedef struct { char *seat_id; int seat_kind; + char *seat_type; } CkLogSeatAddedEvent; typedef struct @@ -81,11 +82,13 @@ typedef struct char *seat_id; char *session_id; char *session_type; + char *display_type; char *session_x11_display; char *session_x11_display_device; char *session_display_device; char *session_remote_host_name; gboolean session_is_local; + gboolean session_is_dynamic; guint session_unix_user; char *session_creation_time; } CkLogSeatSessionAddedEvent; @@ -95,11 +98,13 @@ typedef struct char *seat_id; char *session_id; char *session_type; + char *display_type; char *session_x11_display; char *session_x11_display_device; char *session_display_device; char *session_remote_host_name; gboolean session_is_local; + gboolean session_is_dynamic; guint session_unix_user; char *session_creation_time; } CkLogSeatSessionRemovedEvent; |