chiark / gitweb /
units: introduce new Documentation= field and make use of it everywhere
[elogind.git] / src / core / unit.h
index e8e6b09866b64396c4665025689a51ed1ebc0d05..87dc88c96171bb555a3780ce710fc24f363dbd30 100644 (file)
@@ -157,6 +157,7 @@ struct Unit {
         char **requires_mounts_for;
 
         char *description;
+        char **documentation;
 
         char *fragment_path; /* if loaded from a config file this is the primary path to it */
         usec_t fragment_mtime;