Skip to content

Commit

Permalink
Merge pull request #446 from zkao/swapd-runtime-state
Browse files Browse the repository at this point in the history
extract from swapd runtime State
  • Loading branch information
TheCharlatan authored Jun 21, 2022
2 parents f5fd275 + e9f6946 commit 1126b4c
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 433 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;
#[allow(dead_code)]
pub(self) mod storage;
mod swap_state;
mod syncer_client;
mod temporal_safety;

#[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 1126b4c

Please sign in to comment.