summaryrefslogtreecommitdiff
path: root/libmultipath/alias.h
blob: fe1191b7306a8e3f8d991685411d95fde87eca1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define BINDINGS_FILE_TIMEOUT 30
#define BINDINGS_FILE_HEADER \
"# Multipath bindings, Version : 1.0\n" \
"# NOTE: this file is automatically maintained by the multipath program.\n" \
"# You should not need to edit this file in normal circumstances.\n" \
"#\n" \
"# Format:\n" \
"# alias wwid\n" \
"#\n"

char *get_user_friendly_alias(char *wwid, char *file);
char *get_user_friendly_wwid(char *alias, char *file);