[netperf-dev] netperf2 commit notice r225 - trunk/src

raj at netperf.org raj at netperf.org
Tue Feb 12 08:14:17 PST 2008


Author: raj
Date: 2008-02-12 08:14:17 -0800 (Tue, 12 Feb 2008)
New Revision: 225

Added:
   trunk/src/netrt_rtmget.c
Log:
add netrt_ftmget placeholder

Added: trunk/src/netrt_rtmget.c
===================================================================
--- trunk/src/netrt_rtmget.c	                        (rev 0)
+++ trunk/src/netrt_rtmget.c	2008-02-12 16:14:17 UTC (rev 225)
@@ -0,0 +1,7 @@
+#include <string.h>
+#include <sys/socket.h>
+
+char     *
+find_egress_interface(struct sockaddr *source, struct sockaddr *dest) {
+  return strdup("NotImplemented");
+}



More information about the netperf-dev mailing list