summaryrefslogtreecommitdiff
path: root/tools/errors.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-10-02 17:09:05 +0000
committerAlasdair Kergon <agk@redhat.com>2001-10-02 17:09:05 +0000
commit9e300c8427eae36c0640636a01408932e1376cef (patch)
tree18dc9e984db7a5d058eef51cc98042581984b8f6 /tools/errors.h
parentfa2c452669d63e4b209047f38a8d8ba3f0d8ad13 (diff)
downloadlvm2-9e300c8427eae36c0640636a01408932e1376cef.tar.gz
pvscan framework
Diffstat (limited to 'tools/errors.h')
-rw-r--r--tools/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/errors.h b/tools/errors.h
index 44ceaa001..304a775da 100644
--- a/tools/errors.h
+++ b/tools/errors.h
@@ -22,9 +22,10 @@
#define _LVM_ERROR_H_INCLUDE
#define LVM_EINVALID_CMD_LINE 1
-#define LVM_ENOMEM 2
+#define LVM_ENOMEM 2
#define LVM_ENO_SUCH_CMD 3
#define LVM_ECMD_PROCESSED 4
+#define LVM_ECMD_FAILED 5
#endif /* #ifndef _LVM_ERROR_H_INCLUDE */