summaryrefslogtreecommitdiff
path: root/src/proto.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/proto.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proto.rs b/src/proto.rs
index 7e81201..5587d89 100644
--- a/src/proto.rs
+++ b/src/proto.rs
@@ -520,6 +520,12 @@ pub struct BmapIn {
#[derive(Pod, Zeroable, Copy, Clone)]
#[repr(C)]
+pub struct BmapOut {
+ pub block: u64,
+}
+
+#[derive(Pod, Zeroable, Copy, Clone)]
+#[repr(C)]
pub struct IoctlIn {
pub fh: u64,
pub flags: u32,