Commit 0bde5d15 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

controller ofp need to be pub

parent 943ae31f
...@@ -16,10 +16,6 @@ use super::{ ...@@ -16,10 +16,6 @@ use super::{
}; };
pub struct Controller<OME: OfpMsgEvent> { pub struct Controller<OME: OfpMsgEvent> {
/*
* pub is temporary, remove soon;
* for test in main func
*/
pub ofp: OME, pub ofp: OME,
mac_to_port: HashMap<u64, u16>, mac_to_port: HashMap<u64, u16>,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment