diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 12:24:49 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 12:24:49 +0100 |
commit | 2a94703425c6fb29b7e9d0a00090c83731dead61 (patch) | |
tree | ae4541c7cbe51c1f69daf6aa973d423a1f5a72e6 /runtime/wti.h | |
parent | 1e20ff6b71aa19ca45ae7e68421370c830141af2 (diff) | |
download | rsyslog-2a94703425c6fb29b7e9d0a00090c83731dead61.tar.gz rsyslog-2a94703425c6fb29b7e9d0a00090c83731dead61.tar.bz2 rsyslog-2a94703425c6fb29b7e9d0a00090c83731dead61.zip |
refactor action disabling
Diffstat (limited to 'runtime/wti.h')
-rw-r--r-- | runtime/wti.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.h b/runtime/wti.h index 2a408c0a..57c2bfea 100644 --- a/runtime/wti.h +++ b/runtime/wti.h @@ -34,7 +34,6 @@ #define ACT_STATE_COMM 2 /* transaction finished (a transient state) */ #define ACT_STATE_RTRY 3 /* failure occured, trying to restablish ready state */ #define ACT_STATE_SUSP 4 /* suspended due to failure (return fail until timeout expired) */ -#define ACT_STATE_DIED 7 /* action permanently failed and now disabled */ /* note: 3 bit bit field --> highest value is 7! */ /* The following structure defines immutable parameters which need to |