X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-terminal%2Fsysview-internal.h;h=39ff933eaa7494ee381097defc6f85b6f168f3eb;hp=9299fabb82531907331ccbc631b476c2d1e91a66;hb=f1f5b2a3bdc3178d57c4088a7cd7758afaeba9cb;hpb=fa9838ddd62ea31f8aea99757916a16d76b31cbc diff --git a/src/libsystemd-terminal/sysview-internal.h b/src/libsystemd-terminal/sysview-internal.h index 9299fabb8..39ff933ea 100644 --- a/src/libsystemd-terminal/sysview-internal.h +++ b/src/libsystemd-terminal/sysview-internal.h @@ -64,6 +64,7 @@ struct sysview_session { sysview_seat *seat; char *name; char *path; + void *userdata; sd_bus_slot *slot_take_control; @@ -87,6 +88,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(sysview_session*, sysview_session_free); struct sysview_seat { sysview_context *context; char *name; + char *path; Hashmap *session_map; Hashmap *device_map;