summaryrefslogtreecommitdiff
path: root/src/lbdecision.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbdecision.hh')
-rw-r--r--src/lbdecision.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lbdecision.hh b/src/lbdecision.hh
index 76869fa..abac5db 100644
--- a/src/lbdecision.hh
+++ b/src/lbdecision.hh
@@ -17,10 +17,6 @@ using namespace std;
class LBDecision
{
public:
- typedef map<string,int> InterfaceMarkColl;
- typedef map<string,int>::iterator InterfaceMarkIter;
-
-public:
LBDecision(bool debug);
~LBDecision();
@@ -31,7 +27,7 @@ public:
run(LBData &lbdata);
void
- shutdown();
+ shutdown(LBData &lbdata);
private:
int
@@ -51,7 +47,6 @@ private:
private:
bool _debug;
- InterfaceMarkColl _iface_mark_coll;
};
#endif //__LBDECISION_HH__