src/point-to-point/model/point-to-point-remote-channel.cc
changeset 11247 2a9cd91d40aa
parent 10968 2d29fee2b7b8
--- a/src/point-to-point/model/point-to-point-remote-channel.cc	Fri Mar 27 11:40:08 2015 -0700
+++ b/src/point-to-point/model/point-to-point-remote-channel.cc	Fri Mar 27 11:52:25 2015 -0700
@@ -38,6 +38,7 @@
 {
   static TypeId tid = TypeId ("ns3::PointToPointRemoteChannel")
     .SetParent<PointToPointChannel> ()
+    .SetGroupName ("PointToPoint")
     .AddConstructor<PointToPointRemoteChannel> ()
   ;
   return tid;