diff options
author | 2014-11-30 10:21:49 -0500 | |
---|---|---|
committer | 2014-11-30 18:49:08 -0500 | |
commit | a2c0e528b8b5ba370527db279605e4e4135689c1 (patch) | |
tree | 633159a18013d221c6b6285d9f571ad5064fa3d5 /src/core/load-fragment.h | |
parent | update TODO (diff) | |
download | systemd-a2c0e528b8b5ba370527db279605e4e4135689c1.tar.gz systemd-a2c0e528b8b5ba370527db279605e4e4135689c1.tar.bz2 systemd-a2c0e528b8b5ba370527db279605e4e4135689c1.zip |
When warning about unsupported options, be more detailed
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index a799c9a69..475683030 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -107,3 +107,8 @@ int config_parse_protect_system(const char* unit, const char *filename, unsigned /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, unsigned length); extern const char load_fragment_gperf_nulstr[]; + +typedef enum Disabled { + DISABLED_CONFIGURATION, + DISABLED_EXPERIMENTAL, +} Disabled; |