Skip to content

Commit

Permalink
libmultipath, libmpathpersist: bump ABI versions
Browse files Browse the repository at this point in the history
- "prio_update" added to struct multipath
- "oldstate" added to struct path
- "path_state" added to struct checker
- "pending" and "need_wait" added to struct checker_class
- "path_offline" removed
- function additions
  • Loading branch information
mwilck committed Nov 13, 2024
1 parent 21cd1bc commit c7793da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libmpathpersist/libmpathpersist.version
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ global:
mpath_persistent_reserve_out__;
} LIBMPATHPERSIST_2.1.0;

__LIBMPATHPERSIST_INT_1.0.0 {
__LIBMPATHPERSIST_INT_1.1.0 {
/* Internal use by multipath-tools */
dumpHex;
mpath_alloc_prin_response;
Expand Down
2 changes: 1 addition & 1 deletion libmultipath/libmultipath.version
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LIBMPATHCOMMON_1.0.0 {
put_multipath_config;
};

LIBMULTIPATH_26.0.0 {
LIBMULTIPATH_27.0.0 {
global:
/* symbols referenced by multipath and multipathd */
add_foreign;
Expand Down

0 comments on commit c7793da

Please sign in to comment.