diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-06 08:18:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-06 08:18:58 -0600 |
| commit | b3a9082a8b81c28ef81dbaaffe171f646b1f2777 (patch) | |
| tree | d878ad0185657eff76426888d46420b48e47725b /src/io.rs | |
| parent | a65325e15844f880132a69b447e4aec983cb30ab (diff) | |
Implement Fsync/Fsyncdir
Diffstat (limited to '')
| -rw-r--r-- | src/io.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ pub use nix::{ unistd::{AccessFlags, Gid, Pid, Uid}, }; +pub use proto::FsyncFlags; + pub enum Interruptible<'o, O: Operation<'o>, T> { Completed(Reply<'o, O>, T), Interrupted(Done<'o>), |
