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=5aee9f67d8035b022bd8ee3d9574fb583e43bcd3;hb=f1f5b2a3bdc3178d57c4088a7cd7758afaeba9cb;hpb=7ed3a638b2e4ffb5e76a0cf1a008e1c7233edb75 diff --git a/src/libsystemd-terminal/sysview-internal.h b/src/libsystemd-terminal/sysview-internal.h index 5aee9f67d..39ff933ea 100644 --- a/src/libsystemd-terminal/sysview-internal.h +++ b/src/libsystemd-terminal/sysview-internal.h @@ -39,7 +39,7 @@ struct sysview_device { sysview_seat *seat; - const char *name; + char *name; unsigned int type; union { @@ -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;