]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/manager.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / core / manager.h
index ff73fb3e85d3cc5b91d6bcfabb8960189d5ff808..8f1357d37ea624c950cf400cad112d466713138b 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -244,7 +245,7 @@ struct Manager {
          * file system */
         int pin_cgroupfs_fd;
 
-        int gc_marker;
+        unsigned gc_marker;
 
         /* Flags */
         ManagerExitCode exit_code:5;
@@ -254,6 +255,8 @@ struct Manager {
 
         bool taint_usr:1;
 
+        bool ready_sent:1;
+
         unsigned test_run_flags:8;
 
         /* If non-zero, exit with the following value when the systemd