Skip to content

Commit

Permalink
Merge pull request stratis-storage#933 from mulkieran/expose-message
Browse files Browse the repository at this point in the history
Expose the message ioctl
  • Loading branch information
mulkieran authored Aug 21, 2024
2 parents 7d5eaf2 + 8d231ff commit c0c33a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ pub use crate::{
},
result::{DmError, DmResult, ErrorEnum},
shared::{
device_exists, DmDevice, TargetLine, TargetParams, TargetTable, TargetType, TargetTypeBuf,
device_exists, message, DmDevice, TargetLine, TargetParams, TargetTable, TargetType,
TargetTypeBuf,
},
thindev::{ThinDev, ThinDevTargetTable, ThinDevWorkingStatus, ThinStatus, ThinTargetParams},
thindevid::ThinDevId,
Expand Down

0 comments on commit c0c33a8

Please sign in to comment.