chiark / gitweb /
logind: save/restore session type
[elogind.git] / src / logind-session.h
index 7a8001eca6807461754bf54353c36a8128d0f9a8..72f85caaaf3ca1f6d456f65c88b15c6167b0e6de 100644 (file)
@@ -31,9 +31,9 @@ typedef struct Session Session;
 #include "logind-user.h"
 
 typedef enum SessionType {
+        SESSION_UNSPECIFIED,
         SESSION_TTY,
         SESSION_X11,
-        SESSION_OTHER,
         _SESSION_TYPE_MAX,
         _SESSION_TYPE_INVALID = -1
 } SessionType;