View | Details | Raw Unified | Return to bug 1143
Collapse All | Expand All

(-)a/src/csma/helper/csma-star-helper.cc (-1 / +1 lines)
 Lines 62-68    Link Here 
62
NetDeviceContainer
62
NetDeviceContainer
63
CsmaStarHelper::GetHubDevices () const
63
CsmaStarHelper::GetHubDevices () const
64
{
64
{
65
  return m_spokeDevices;
65
  return m_hubDevices;
66
}
66
}
67
67
68
NetDeviceContainer
68
NetDeviceContainer

Return to bug 1143