[netperf-dev] netperf2 commit notice r464 - trunk/src
raj at netperf.org
raj at netperf.org
Wed Jul 27 14:50:24 PDT 2011
Author: raj
Date: 2011-07-27 14:50:24 -0700 (Wed, 27 Jul 2011)
New Revision: 464
Added:
trunk/src/netsec_win.c
Modified:
trunk/src/netsec_none.c
Log:
slog
Modified: trunk/src/netsec_none.c
===================================================================
--- trunk/src/netsec_none.c 2011-07-27 21:48:05 UTC (rev 463)
+++ trunk/src/netsec_none.c 2011-07-27 21:50:24 UTC (rev 464)
@@ -8,10 +8,6 @@
#include <stdio.h>
-#ifdef WIN32
-#include <windows.h>
-#endif
-
#include "netlib.h"
void
Added: trunk/src/netsec_win.c
===================================================================
--- trunk/src/netsec_win.c (rev 0)
+++ trunk/src/netsec_win.c 2011-07-27 21:50:24 UTC (rev 464)
@@ -0,0 +1,8 @@
+
+void
+find_security_info(int *enabled, int *type, char **specific){
+ *enabled = -1;
+ *type = -1;
+ *specific = strdup("N/A");
+ return;
+}
More information about the netperf-dev
mailing list