INET Framework for OMNeT++/OMNEST
AnsaStat.cc
Go to the documentation of this file.
00001 #include "AnsaStat.h"
00002 
00003 AnsaOSPF::Stat::Stat()
00004 {
00005     helloPacketSend = 0;
00006     helloPacketReceived = 0; 
00007     ospfPacketSend = 0;
00008     ospfPacketReceived = 0; 
00009 }