bug 856, initialize vbl
This commit is contained in:
@@ -55,7 +55,8 @@ TypeId DropTailQueue::GetTypeId (void)
|
||||
|
||||
DropTailQueue::DropTailQueue () :
|
||||
Queue (),
|
||||
m_packets ()
|
||||
m_packets (),
|
||||
m_bytesInQueue (0)
|
||||
{
|
||||
NS_LOG_FUNCTION_NOARGS ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user