summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index a11011ce..af084757 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -1364,7 +1364,8 @@ public:
FLOW_DEFER_PORT_RELEASE =2,
FLOW_PKT_NAT =3,
FLOW_SYNC =4, /* called evey 1 msec */
- STATELESS_PKT =5
+ STATELESS_PKT =5,
+ EXIT_SCHED =6
};
@@ -1680,8 +1681,6 @@ public:
} __rte_cache_aligned ;
-
-
/* run time verification of objects size and offsets
need to clean this up and derive this objects from base object but require too much refactoring right now
hhaim
@@ -1857,6 +1856,7 @@ public:
CFlowGenListPerThread * Parent(){
return (m_parent);
}
+
public:
void add_node(CGenNode * mynode);
void remove_all(CFlowGenListPerThread * thread);