equal
deleted
inserted
replaced
51 * @brief Set the Node pointer of the node for which this |
51 * @brief Set the Node pointer of the node for which this |
52 * routing protocol is to be placed |
52 * routing protocol is to be placed |
53 * |
53 * |
54 * @param node Node pointer |
54 * @param node Node pointer |
55 */ |
55 */ |
56 void SetNode (Ptr<Node>); |
56 void SetNode (Ptr<Node> node); |
57 |
57 |
58 /** |
58 /** |
59 * @brief Called when run-time link topology change occurs |
59 * @brief Called when run-time link topology change occurs |
60 * which iterates through the node list and flushes any |
60 * which iterates through the node list and flushes any |
61 * nix vector caches |
61 * nix vector caches |