chiark / gitweb /
shutdown: accept minutes argument without '+'
[elogind.git] / src / manager.h
index 07b92c8e4e94f329af3c2f6cfef494e450e0ae6e..4557d5f0d5ed03081c70e8052b0f2965225045b6 100644 (file)
@@ -102,7 +102,7 @@ struct Manager {
 
         /* To make it easy to iterate through the units of a specific
          * type we maintain a per type linked list */
-        LIST_HEAD(Meta, units_per_type[_UNIT_TYPE_MAX]);
+        LIST_HEAD(Meta, units_by_type[_UNIT_TYPE_MAX]);
 
         /* Units that need to be loaded */
         LIST_HEAD(Meta, load_queue); /* this is actually more a stack than a queue, but uh. */