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