[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r14998 - gnunet/src/datastore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r14998 - gnunet/src/datastore |
Date: |
Fri, 15 Apr 2011 15:37:20 +0200 |
Author: grothoff
Date: 2011-04-15 15:37:20 +0200 (Fri, 15 Apr 2011)
New Revision: 14998
Modified:
gnunet/src/datastore/perf_datastore_api.c
gnunet/src/datastore/perf_plugin_datastore.c
Log:
disable
Modified: gnunet/src/datastore/perf_datastore_api.c
===================================================================
--- gnunet/src/datastore/perf_datastore_api.c 2011-04-15 13:35:47 UTC (rev
14997)
+++ gnunet/src/datastore/perf_datastore_api.c 2011-04-15 13:37:20 UTC (rev
14998)
@@ -383,6 +383,7 @@
char *pos;
char dir_name[128];
+ if (1) return 0;
/* determine name of plugin to use */
plugin_name = argv[0];
while (NULL != (pos = strstr(plugin_name, "_")))
Modified: gnunet/src/datastore/perf_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/perf_plugin_datastore.c 2011-04-15 13:35:47 UTC
(rev 14997)
+++ gnunet/src/datastore/perf_plugin_datastore.c 2011-04-15 13:37:20 UTC
(rev 14998)
@@ -549,6 +549,7 @@
char *pos;
char dir_name[128];
+ if (1) return 0;
/* determine name of plugin to use */
plugin_name = argv[0];
while (NULL != (pos = strstr(plugin_name, "_")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r14998 - gnunet/src/datastore,
gnunet <=