option to multipath to not modify the bindinfs file
[platform/upstream/multipath-tools.git] / libmultipath / alias.h
1 #define BINDINGS_FILE_TIMEOUT 30
2 #define BINDINGS_FILE_HEADER \
3 "# Multipath bindings, Version : 1.0\n" \
4 "# NOTE: this file is automatically maintained by the multipath program.\n" \
5 "# You should not need to edit this file in normal circumstances.\n" \
6 "#\n" \
7 "# Format:\n" \
8 "# alias wwid\n" \
9 "#\n"
10
11 char *get_user_friendly_alias(char *wwid, char *file, char *prefix,
12                               int bindings_readonly);
13 char *get_user_friendly_wwid(char *alias, char *file);