src/node/net-device.h
changeset 1292 85a0ebaad0a1
parent 1266 6b27f6b349ba
child 1304 642d6798feaa
child 1376 ad7e61edfb9d
child 1441 d6f8a7546e7f
--- a/src/node/net-device.h	Fri Aug 24 10:32:35 2007 +0200
+++ b/src/node/net-device.h	Fri Aug 24 10:33:58 2007 +0200
@@ -251,7 +251,7 @@
    * forwards it to the higher layers by calling this method
    * which is responsible for passing it up to the Rx callback.
    */
-  bool ForwardUp (const Packet& p, uint32_t param, const Address &address);
+  bool ForwardUp (const Packet& p, uint16_t param, const Address &address);
 
 
   /**