[netperf-dev] netperf4 commit notice r175 - branches/glib_migration/src

raj at netperf.org raj at netperf.org
Wed Apr 26 10:07:47 PDT 2006


Author: raj
Date: 2006-04-26 10:07:46 -0700 (Wed, 26 Apr 2006)
New Revision: 175

Modified:
   branches/glib_migration/src/netlib_none.c
Log:
Add clear_own_locality to netlib_none.c


Modified: branches/glib_migration/src/netlib_none.c
===================================================================
--- branches/glib_migration/src/netlib_none.c	2006-04-25 22:11:50 UTC (rev 174)
+++ branches/glib_migration/src/netlib_none.c	2006-04-26 17:07:46 UTC (rev 175)
@@ -77,3 +77,10 @@
 			     debug,
 			     where));
 }
+
+int
+clear_own_locality(char *loc_type, int debug, FILE *where){
+
+  return(NPE_SUCCESS);
+
+}



More information about the netperf-dev mailing list