]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.h
core: (De-)Serialize poll flag for fds in fdstore
[thirdparty/systemd.git] / src / core / service.h
index 11e861a3d4325bf92635662811a0cd648de4c10e..b9c8036f225b289ec6dba652252461ee9eac5b83 100644 (file)
@@ -80,6 +80,7 @@ struct ServiceFDStore {
         int fd;
         char *fdname;
         sd_event_source *event_source;
+        bool do_poll;
 
         LIST_FIELDS(ServiceFDStore, fd_store);
 };