chiark / gitweb /
terminal: make utf8 decoder return length
[elogind.git] / src / libsystemd-terminal / sysview-internal.h
index d9f7fe3301251adc5ac5c39e7ae0d45e9c6367ba..39ff933eaa7494ee381097defc6f85b6f168f3eb 100644 (file)
@@ -88,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;