Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(341)

Unified Diff: model/unix-datagram-socket-fd.h

Issue 7635043: Change Scheduling of event according to NS-3 requisite: ie use only the main thread to
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « model/task-manager.cc ('k') | model/unix-datagram-socket-fd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: model/unix-datagram-socket-fd.h
===================================================================
--- a/model/unix-datagram-socket-fd.h
+++ b/model/unix-datagram-socket-fd.h
@@ -30,6 +30,7 @@
uint32_t icmpInfo);
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);
struct Error
{
« no previous file with comments | « model/task-manager.cc ('k') | model/unix-datagram-socket-fd.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b