model/unix-datagram-socket-fd.h
changeset 645 4747e90c6d5c
parent 369 e92279f7b625
--- a/model/unix-datagram-socket-fd.h	Sat Dec 20 17:01:00 2014 +0900
+++ b/model/unix-datagram-socket-fd.h	Sun Dec 21 09:56:37 2014 +0900
@@ -31,6 +31,7 @@
   void QueueErr (sock_extended_err ee, struct sockaddr_in offender, uint8_t ttl);
   void CopyMacAddress (const Address &a,  uint8_t* const buf);
   void MainSendTo (int *r, Ptr<Packet> p, uint32_t f, Address ad);
+  void MainSend (int *r, Ptr<Packet> p);
 
   struct Error
   {