[netperf-dev] netperf2 commit notice r240 - trunk/src
raj at netperf.org
raj at netperf.org
Tue Mar 4 15:51:09 PST 2008
Author: raj
Date: 2008-03-04 15:51:08 -0800 (Tue, 04 Mar 2008)
New Revision: 240
Modified:
trunk/src/netlib.h
Log:
dont forget the prototype
Modified: trunk/src/netlib.h
===================================================================
--- trunk/src/netlib.h 2008-03-04 23:47:42 UTC (rev 239)
+++ trunk/src/netlib.h 2008-03-04 23:51:08 UTC (rev 240)
@@ -535,6 +535,7 @@
extern void bind_to_specific_processor(int processor_affinity,int use_cpu_map);
extern int set_nonblock (SOCKET sock);
extern char *find_egress_interface(struct sockaddr *source, struct sockaddr *dest);
+extern char *find_interface_slot(char *interface_name);
extern void find_driver_info(char *ifname, char *driver, char *version, char *firmware, char *bus, int len);
#ifndef WIN32
More information about the netperf-dev
mailing list