chiark / gitweb /
logind: let's change the type of the runtime directory size to uint64_t
[elogind.git] / src / login / logind.h
index be276170cf17bbbc88d746c66c5c8f8e7c85b47b..93760095effd2b8eab2ac1241d6778edcda89eec 100644 (file)
@@ -164,7 +164,7 @@ struct Manager {
         usec_t holdoff_timeout_usec;
         sd_event_source *lid_switch_ignore_event_source;
 
-        size_t runtime_dir_size;
+        uint64_t runtime_dir_size;
         uint64_t user_tasks_max;
         uint64_t sessions_max;
         uint64_t inhibitors_max;