summaryrefslogtreecommitdiff
path: root/multipathd/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'multipathd/cli.h')
-rw-r--r--multipathd/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/multipathd/cli.h b/multipathd/cli.h
index f22d459..05de4e3 100644
--- a/multipathd/cli.h
+++ b/multipathd/cli.h
@@ -23,6 +23,7 @@ enum {
__BLACKLIST,
__DEVICES,
__FMT,
+ __COUNT,
__WILDCARDS,
__QUIT,
};
@@ -51,6 +52,7 @@ enum {
#define BLACKLIST (1 << __BLACKLIST)
#define DEVICES (1 << __DEVICES)
#define FMT (1 << __FMT)
+#define COUNT (1 << __COUNT)
#define WILDCARDS (1 << __WILDCARDS)
#define QUIT (1 << __QUIT)