[netperf-dev] netperf2 commit notice r230 - trunk/src
raj at netperf.org
raj at netperf.org
Sat Feb 16 09:36:47 PST 2008
Author: raj
Date: 2008-02-16 09:36:46 -0800 (Sat, 16 Feb 2008)
New Revision: 230
Modified:
trunk/src/netrt_rtmget.c
Log:
nits
Modified: trunk/src/netrt_rtmget.c
===================================================================
--- trunk/src/netrt_rtmget.c 2008-02-13 16:40:40 UTC (rev 229)
+++ trunk/src/netrt_rtmget.c 2008-02-16 17:36:46 UTC (rev 230)
@@ -1,5 +1,8 @@
#include <string.h>
+#include <sys/types.h>
#include <sys/socket.h>
+#include <net/if.h>
+#include <net/route.h>
char *
find_egress_interface(struct sockaddr *source, struct sockaddr *dest) {
More information about the netperf-dev
mailing list