chiark / gitweb /
Small modernizations
[elogind.git] / src / login / logind-session.h
index 81957dfa78d6f6c74ba025daaacbc4e04f3089a3..e62b76d66fcb4f27eb146feaceaac2406c4ef211 100644 (file)
@@ -72,7 +72,7 @@ enum KillWho {
 struct Session {
         Manager *manager;
 
-        char *id;
+        const char *id;
         unsigned int pos;
         SessionType type;
         SessionClass class;