23 #ifndef MultiMiniTable_H_
24 #define MultiMiniTable_H_
36 typedef map<string, vector<RMTPort*> >
FWDTable;
43 vector<RMTPort * > lookup(
const PDU * pdu);
44 vector<RMTPort * > lookup(
const Address &dst,
const std::string& qos);
50 void addReplace(
const std::string &addr, vector<RMTPort *> ports);
map< string, vector< RMTPort * > > FWDTable
Address class holds IPC Process identification.
FWDTable::iterator FWDTableIt