]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/scope.h
scope: Support RuntimeMaxSec= directive in scope units
[thirdparty/systemd.git] / src / core / scope.h
index c38afb5e5d54fd815ff7d61cd9c855a201935306..ae2bb80e55679e4f9bca22378f920d90c520c73d 100644 (file)
@@ -24,6 +24,7 @@ struct Scope {
         ScopeState state, deserialized_state;
         ScopeResult result;
 
+        usec_t runtime_max_usec;
         usec_t timeout_stop_usec;
 
         char *controller;