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

(-)../testdir/ns-3.2/src/routing/global-routing/global-route-manager.cc (+8 lines)
 Lines 61-66    Link Here 
61
    InitializeRoutes ();
61
    InitializeRoutes ();
62
}
62
}
63
63
64
//---------------Abdul Code---------------------------------------
65
  void 
66
GlobalRouteManager::PromptInitializeRoutes ()
67
{
68
  InitializeRoutes ();
69
}
70
//-----------------------------------------------------------------
71
64
  uint32_t
72
  uint32_t
65
GlobalRouteManager::AllocateRouterId ()
73
GlobalRouteManager::AllocateRouterId ()
66
{
74
{
(-)../testdir/ns-3.2/src/routing/global-routing/global-route-manager.h (+7 lines)
 Lines 55-60    Link Here 
55
 */
55
 */
56
  static uint32_t AllocateRouterId ();
56
  static uint32_t AllocateRouterId ();
57
57
58
//---------------Abdul Code---------------------------------------
59
/**
60
 * @a public function to call the private InitializeRoutes function;
61
 */
62
  static void PromptlInitializeRoutes ();
63
//-----------------------------------------------------------------
64
58
private:
65
private:
59
/**
66
/**
60
 * @brief Select which nodes in the system are to be router nodes and 
67
 * @brief Select which nodes in the system are to be router nodes and 

Return to bug 406