diff options
Diffstat (limited to 'multipathd/main.h')
-rw-r--r-- | multipathd/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multipathd/main.h b/multipathd/main.h index b3a90f8..136b7e5 100644 --- a/multipathd/main.h +++ b/multipathd/main.h @@ -8,5 +8,6 @@ int ev_add_path (char *, struct vectors *); int ev_remove_path (char *, struct vectors *); int ev_add_map (struct sysfs_device *, struct vectors *); int ev_remove_map (char *, struct vectors *); +void sync_map_state (struct multipath *); #endif /* MAIN_H */ |