summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-18 17:28:19 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-18 17:28:19 +0300
commit1738989b489bf287abec6176cba1e9de837885f8 (patch)
treee38df79df720a1d4bb9f89af08d440018ce63a04 /src/bp_sim.h
parent56c59d54a48eeb9430d4a05402b5b9c001adef3e (diff)
Help message fixes + removing unused command line options
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index d28968f6..67aa6d79 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -531,15 +531,7 @@ public:
return (btGetMaskBit32(m_flags,25,25) ? true:false);
}
-
- void set_1g_mode(bool enable){
- btSetMaskBit32(m_flags,26,26,enable?1:0);
- }
-
- bool get_1g_mode(){
- return (btGetMaskBit32(m_flags,26,26) ? true:false);
- }
-
+ // bit 26 is free. Was deprecated option.
void set_zmq_publish_enable(bool enable){
btSetMaskBit32(m_flags,27,27,enable?1:0);
@@ -2161,7 +2153,6 @@ private:
public:
pqueue_t m_p_queue;
socket_id_t m_socket_id;
- bool m_is_realtime;
CVirtualIF * m_v_if;
CFlowGenListPerThread * m_parent;
CPreviewMode m_preview_mode;