chiark / gitweb /
english: s/_per_/_by_/
[elogind.git] / src / unit.h
index 717c928075589f860152f0d91ea99c773d65ddb6..1c8cf6387018efed910bcb6353bf3b5498556382 100644 (file)
@@ -168,7 +168,7 @@ struct Meta {
         CGroupBonding *cgroup_bondings;
 
         /* Per type list */
-        LIST_FIELDS(Meta, units_per_type);
+        LIST_FIELDS(Meta, units_by_type);
 
         /* Load queue */
         LIST_FIELDS(Meta, load_queue);