1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

fix earlier checkin

This commit is contained in:
Alasdair Kergon 2007-01-24 22:06:11 +00:00
parent d336842067
commit 24f4552bbe

View File

@ -651,7 +651,7 @@ int monitor_dev_for_events(struct cmd_context *cmd,
int r = 1;
struct list *tmp;
struct lv_segment *seg;
int (*monitor_fn) (struct cmd_context *c, struct lv_segment *s, int e);
int (*monitor_fn) (struct lv_segment *s, int e);
/*
* Nothing to do if dmeventd configured not to be used.