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 May 25, 2022
1 parent d2538af commit 1c33ece
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 432 deletions.
2 changes: 1 addition & 1 deletion src/swapd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ mod opts;
mod runtime;
mod syncer_client;
mod temporal_safety;
mod swap_state;
#[allow(dead_code)]
pub(self) mod storage;

#[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 1c33ece

Please sign in to comment.