mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
core/service: use LIST_HEAD where appropriate
This commit is contained in:
parent
407bfa0db6
commit
6286f213f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user