]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.h
core: downgrade CPUQuotaPeriodSec= clamping logs to debug
[thirdparty/systemd.git] / src / core / unit.h
index 43cf15715a2c4bd10df99fdccb2873ca1f48e8f6..4d6e6cf46783961660cf3ea6f2cb0d3b38fa2faa 100644 (file)
@@ -349,6 +349,9 @@ typedef struct Unit {
         bool exported_log_rate_limit_interval:1;
         bool exported_log_rate_limit_burst:1;
 
+        /* Whether we warned about clamping the CPU quota period */
+        bool warned_clamping_cpu_quota_period:1;
+
         /* When writing transient unit files, stores which section we stored last. If < 0, we didn't write any yet. If
          * == 0 we are in the [Unit] section, if > 0 we are in the unit type-specific section. */
         signed int last_section_private:2;