[build] legacy files update
[platform/upstream/multipath-tools.git] / multipathd / main.h
1 #ifndef MAIN_H
2 #define MAIN_H
3
4 #define DAEMON 1
5 #define CHECKINT 5
6 #define MAPGCINT 5
7 #define MAX_CHECKINT CHECKINT << 2
8
9 int reconfigure (struct vectors *);
10 int show_paths (char **, int *, struct vectors *);
11 int show_maps (char **, int *, struct vectors *);
12 int dump_pathvec (char **, int *, struct vectors *);
13 int uev_add_path (char *, struct vectors *);
14 int uev_remove_path (char *, struct vectors *);
15 int uev_add_map (char *, struct vectors *);
16 int uev_remove_map (char *, struct vectors *);
17
18 #endif /* MAIN_H */