src/internet-node/arp-l3-protocol.h
changeset 2592 3ebf97150166
parent 2542 a9b88fdc09d6
child 2595 b504951bcca8
--- a/src/internet-node/arp-l3-protocol.h	Tue Mar 11 11:35:26 2008 -0700
+++ b/src/internet-node/arp-l3-protocol.h	Tue Mar 11 13:30:12 2008 -0700
@@ -47,6 +47,9 @@
    */
   ArpL3Protocol ();
   virtual ~ArpL3Protocol ();
+
+  void SetNode (Ptr<Node> node);
+
   /**
    * \brief Recieve a packet
    */