1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-27 01:57:55 +03:00

fix earlier checkin

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

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.