summaryrefslogtreecommitdiffstats
path: root/lib/cache/lvmetad.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cache/lvmetad.h')
-rw-r--r--lib/cache/lvmetad.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/cache/lvmetad.h b/lib/cache/lvmetad.h
index 713c5a30..932a9f1b 100644
--- a/lib/cache/lvmetad.h
+++ b/lib/cache/lvmetad.h
@@ -18,8 +18,10 @@
struct volume_group;
struct cmd_context;
struct dm_config_tree;
+typedef enum activation_change activation_change_t;
-typedef int (*activation_handler) (struct volume_group *vg, int partial, int activate);
+typedef int (*activation_handler) (struct volume_group *vg, int partial,
+ activation_change_t activate);
#ifdef LVMETAD_SUPPORT
/*