X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=manager.h;h=64c4c9d14cf3b2731ae64dc9ff41467834ed45d3;hp=9cd131d5adb5eb87bda2837878d03e3e31923d2b;hb=87d1515de5ae611e95144def9ef4b2c0c933f6fe;hpb=91cdde8a7a08c6797995cc67f4b55ac43780cdd8 diff --git a/manager.h b/manager.h index 9cd131d5a..64c4c9d14 100644 --- 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 */