Skip to content

Commit

Permalink
Make PathChildrenCacheEvent public
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Jun 21, 2017
1 parent 92021f4 commit bfa1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipes/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub type ChildData = Arc<(Vec<u8>, Stat)>;
pub type Data = HashMap<String, ChildData>;

#[derive(Debug, Clone)]
enum PathChildrenCacheEvent {
pub enum PathChildrenCacheEvent {
Initialized(Data),
ConnectionSuspended,
ConnectionLost,
Expand Down

0 comments on commit bfa1973

Please sign in to comment.