summaryrefslogtreecommitdiffstats
path: root/src/core/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-29 21:41:31 +0200
committerGitHub <noreply@github.com>2023-03-29 21:41:31 +0200
commit2e34aed32b7c02e54642b3a84948d774528148d7 (patch)
tree79e0ff8c941d00f01a64d48da7760c7b1827b860 /src/core/service.h
parentMerge pull request #26968 from DaanDeMeyer/exec-runtime (diff)
parentpid1: add debug log about selected restart interval (diff)
downloadsystemd-2e34aed32b7c02e54642b3a84948d774528148d7.tar.xz
systemd-2e34aed32b7c02e54642b3a84948d774528148d7.zip
Merge pull request #26971 from poettering/autostart-dead-failed
pid1: introduce new SERVICE_{DEAD|FAILED}_BEFORE_AUTO_RESTART serviceā€¦
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/service.h b/src/core/service.h
index a57ed42fac..156d32ca17 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -206,7 +206,6 @@ struct Service {
ServiceFDStore *fd_store;
size_t n_fd_store;
unsigned n_fd_store_max;
- unsigned n_keep_fd_store;
char *usb_function_descriptors;
char *usb_function_strings;