Skip to content

Commit

Permalink
swapd: extract State into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
zkao committed Jun 17, 2022
1 parent abf39ed commit fcab350
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 431 deletions.
2 changes: 1 addition & 1 deletion src/swapd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ mod opts;
mod runtime;
#[allow(dead_code)]
pub(self) mod storage;
mod swap_state;
mod syncer_client;

#[cfg(feature = "shell")]
pub use opts::Opts;
pub use runtime::get_swap_id;
pub use runtime::run;
pub use runtime::State;
Loading

0 comments on commit fcab350

Please sign in to comment.