Skip to content

Commit

Permalink
controller ofp need to be pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikato111 committed May 6, 2024
1 parent 943ae31 commit 0bde5d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/openflow/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ use super::{
};

pub struct Controller<OME: OfpMsgEvent> {
/*
* pub is temporary, remove soon;
* for test in main func
*/
pub ofp: OME,
mac_to_port: HashMap<u64, u16>,
}
Expand Down

0 comments on commit 0bde5d1

Please sign in to comment.