Rework sysfs device handling in multipathd
[platform/upstream/multipath-tools.git] / multipathd / main.h
1 #ifndef MAIN_H
2 #define MAIN_H
3
4 #define MAPGCINT 5
5
6 int reconfigure (struct vectors *);
7 int ev_add_path (char *, struct vectors *);
8 int ev_remove_path (char *, struct vectors *);
9 int ev_add_map (char *, char *, struct vectors *);
10 int ev_remove_map (char *, char *, int, struct vectors *);
11 void sync_map_state (struct multipath *);
12
13 #endif /* MAIN_H */