mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
core/service: use LIST_HEAD where appropriate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user