core/service: use LIST_HEAD where appropriate

This commit is contained in:
Mike Yuan
2024-10-08 15:05:03 +02:00
parent 407bfa0db6
commit 6286f213f5

View File

@@ -223,7 +223,7 @@ struct Service {
sd_event_source *exec_fd_event_source;
ServiceFDStore *fd_store;
LIST_HEAD(ServiceFDStore, fd_store);
size_t n_fd_store;
unsigned n_fd_store_max;
ExecPreserveMode fd_store_preserve_mode;