summaryrefslogtreecommitdiffstats
path: root/include/iptables_common.h
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <hawk@comx.dk>2006-06-19 16:53:03 +0000
committerPatrick McHardy <kaber@trash.net>2006-06-19 16:53:03 +0000
commit056564f6af72376dba0fb616749349fc40bd1d61 (patch)
tree0ce9e16c2eb0c8d759ffc784a2fe8ac0e0bd317b /include/iptables_common.h
parent75efcae9764d2117be192a93b25e8810009aabec (diff)
Add new exit value to indicate concurrency issues (Jesper Dangaard Brouer <hawk@comx.dk>)
Diffstat (limited to 'include/iptables_common.h')
-rw-r--r--include/iptables_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/iptables_common.h b/include/iptables_common.h
index 28bda9f4..64723c3c 100644
--- a/include/iptables_common.h
+++ b/include/iptables_common.h
@@ -5,7 +5,8 @@
enum exittype {
OTHER_PROBLEM = 1,
PARAMETER_PROBLEM,
- VERSION_PROBLEM
+ VERSION_PROBLEM,
+ RESOURCE_PROBLEM
};
/* this is a special 64bit data type that is 8-byte aligned */