chiark / gitweb /
first try at implementing dependency loader
[elogind.git] / manager.h
index 9cd131d5adb5eb87bda2837878d03e3e31923d2b..64c4c9d14cf3b2731ae64dc9ff41467834ed45d3 100644 (file)
--- a/manager.h
+++ b/manager.h
@@ -17,6 +17,10 @@ typedef struct Manager Manager;
 struct Manager {
         uint32_t current_job_id;
 
+        /* Note that the set of names we know of is allowed to be
+         * incosistent. However the subset of it that is loaded may
+         * not, and the list of jobs may neither. */
+
         /* Active jobs and names */
         Hashmap *names;  /* name string => Name object n:1 */
         Hashmap *jobs;   /* job id => Job object 1:1 */