aboutsummaryrefslogtreecommitdiff
path: root/src/users-service-dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/users-service-dbus.h')
-rw-r--r--src/users-service-dbus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/users-service-dbus.h b/src/users-service-dbus.h
index 9ba05c9..bba88a7 100644
--- a/src/users-service-dbus.h
+++ b/src/users-service-dbus.h
@@ -47,6 +47,8 @@ struct _UserData
GList *sessions;
+ gboolean real_name_conflict;
+
UsersServiceDbus *service;
};
@@ -54,7 +56,7 @@ struct _UserData
* got some gdm issues worked out.
*/
#define MINIMUM_USERS 1
-#define MAXIMUM_USERS 1
+#define MAXIMUM_USERS 7
struct _UsersServiceDbus {
GObject parent;