summaryrefslogtreecommitdiff
path: root/multipathd/main.h
blob: 136b7e549f06fc1508e3abe727feee47f4456034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MAIN_H
#define MAIN_H

#define MAPGCINT 5

int reconfigure (struct vectors *);
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 */