* Use std::map instead of hand-written hashtable
* Use handwritten inode-to-process-mapping instead of the one taken from netstat * Use a #define for using assertions
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
}
|
||||
PackList (Packet * m_val)
|
||||
{
|
||||
if (DEBUG)
|
||||
if (ROBUST)
|
||||
assert (m_val != NULL);
|
||||
content = new PackListNode(m_val);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user