Skip to content

Commit

Permalink
runc/src/io: expose Io as a public API
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka authored and mxpv committed Dec 3, 2024
1 parent b7de553 commit 474db59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/runc/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ use std::{

use nix::unistd::{Gid, Uid};

use crate::{Command, Io, Pipe, PipedIo};
pub use crate::Io;
use crate::{Command, Pipe, PipedIo};

#[derive(Debug, Clone)]
pub struct IOOption {
Expand Down

0 comments on commit 474db59

Please sign in to comment.