From 702924d18d1f8e875a24defa5738f11565d8b020 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 29 Dec 2021 05:38:27 -0600 Subject: Implement Reply::all() for Write --- src/proto.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/proto.rs') diff --git a/src/proto.rs b/src/proto.rs index 1ef33a5..128112d 100644 --- a/src/proto.rs +++ b/src/proto.rs @@ -293,6 +293,13 @@ pub struct WriteIn { pub padding: u32, } +#[derive(Pod, Zeroable, Copy, Clone)] +#[repr(C)] +pub struct WriteOut { + pub size: u32, + pub padding: u32, +} + #[derive(Pod, Zeroable, Copy, Clone)] #[repr(C)] pub struct StatfsOut { -- cgit v1.2.3