bug 856, initialize vbl

This commit is contained in:
Craig Dowell
2010-04-15 15:11:49 -07:00
parent fe3c599863
commit 3c76b17176
2 changed files with 3 additions and 4 deletions

View File

@@ -55,7 +55,8 @@ TypeId DropTailQueue::GetTypeId (void)
DropTailQueue::DropTailQueue () :
Queue (),
m_packets ()
m_packets (),
m_bytesInQueue (0)
{
NS_LOG_FUNCTION_NOARGS ();
}