SetGroupName for flow-monitor module
This commit is contained in:
@@ -41,6 +41,7 @@ FlowMonitor::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::FlowMonitor")
|
||||
.SetParent<Object> ()
|
||||
.SetGroupName ("FlowMonitor")
|
||||
.AddConstructor<FlowMonitor> ()
|
||||
.AddAttribute ("MaxPerHopDelay", ("The maximum per-hop delay that should be considered. "
|
||||
"Packets still not received after this delay are to be considered lost."),
|
||||
|
||||
@@ -108,6 +108,7 @@ Ipv4FlowProbeTag::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::Ipv4FlowProbeTag")
|
||||
.SetParent<Tag> ()
|
||||
.SetGroupName ("FlowMonitor")
|
||||
.AddConstructor<Ipv4FlowProbeTag> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
@@ -109,6 +109,7 @@ Ipv6FlowProbeTag::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::Ipv6FlowProbeTag")
|
||||
.SetParent<Tag> ()
|
||||
.SetGroupName ("FlowMonitor")
|
||||
.AddConstructor<Ipv6FlowProbeTag> ()
|
||||
;
|
||||
return tid;
|
||||
|
||||
Reference in New Issue
Block a user