diff options
author | 2015-09-03 05:16:12 +0300 | |
---|---|---|
committer | 2015-09-03 05:16:12 +0300 | |
commit | 1912c95b5480cd601581a00645bb2e75e9c6e7a3 (patch) | |
tree | 3ddf98b540677f296f9da7daf9c1e14d0970cc05 /src/bp_sim.h | |
parent | 6669a4dd3176e21ef8e99fc4a90ecd7a42566be9 (diff) | |
parent | 463cb7c212e927a732fb5b702a288a06550c5eb8 (diff) |
Merge branch 'master' into rpc
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-x | src/bp_sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h index 002c9d0a..7d659d1c 100755 --- a/src/bp_sim.h +++ b/src/bp_sim.h @@ -1249,6 +1249,7 @@ struct CFlowYamlInfo { CFlowYamlInfo(){ m_dpPkt=0; m_server_addr=0; + m_cap_mode=false; } std::string m_name; |