gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15145 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r15145 - gnunet/src/datastore
Date: Wed, 4 May 2011 14:47:22 +0200

Author: grothoff
Date: 2011-05-04 14:47:22 +0200 (Wed, 04 May 2011)
New Revision: 15145

Modified:
   gnunet/src/datastore/perf_datastore_api.c
   gnunet/src/datastore/perf_plugin_datastore.c
   gnunet/src/datastore/test_datastore_api.c
   gnunet/src/datastore/test_datastore_api_management.c
   gnunet/src/datastore/test_plugin_datastore.c
Log:
sleeep

Modified: gnunet/src/datastore/perf_datastore_api.c
===================================================================
--- gnunet/src/datastore/perf_datastore_api.c   2011-05-04 12:38:09 UTC (rev 
15144)
+++ gnunet/src/datastore/perf_datastore_api.c   2011-05-04 12:47:22 UTC (rev 
15145)
@@ -405,6 +405,7 @@
   char *pos;
   char dir_name[128];
 
+  sleep (1);
   /* 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-05-04 12:38:09 UTC 
(rev 15144)
+++ gnunet/src/datastore/perf_plugin_datastore.c        2011-05-04 12:47:22 UTC 
(rev 15145)
@@ -546,6 +546,7 @@
   char *pos;
   char dir_name[128];
 
+  sleep (1);
   /* determine name of plugin to use */
   plugin_name = argv[0];
   while (NULL != (pos = strstr(plugin_name, "_")))

Modified: gnunet/src/datastore/test_datastore_api.c
===================================================================
--- gnunet/src/datastore/test_datastore_api.c   2011-05-04 12:38:09 UTC (rev 
15144)
+++ gnunet/src/datastore/test_datastore_api.c   2011-05-04 12:47:22 UTC (rev 
15145)
@@ -677,6 +677,7 @@
   char *pos;
   char dir_name[128];
 
+  sleep (1);
   /* determine name of plugin to use */
   plugin_name = argv[0];
   while (NULL != (pos = strstr(plugin_name, "_")))

Modified: gnunet/src/datastore/test_datastore_api_management.c
===================================================================
--- gnunet/src/datastore/test_datastore_api_management.c        2011-05-04 
12:38:09 UTC (rev 15144)
+++ gnunet/src/datastore/test_datastore_api_management.c        2011-05-04 
12:47:22 UTC (rev 15145)
@@ -381,6 +381,7 @@
   char *pos;
   char dir_name[128];
 
+  sleep (1);
   /* determine name of plugin to use */
   plugin_name = argv[0];
   while (NULL != (pos = strstr(plugin_name, "_")))

Modified: gnunet/src/datastore/test_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/test_plugin_datastore.c        2011-05-04 12:38:09 UTC 
(rev 15144)
+++ gnunet/src/datastore/test_plugin_datastore.c        2011-05-04 12:47:22 UTC 
(rev 15145)
@@ -434,6 +434,7 @@
   char *pos;
   char dir_name[128];
 
+  sleep (1);
   /* determine name of plugin to use */
   plugin_name = argv[0];
   while (NULL != (pos = strstr(plugin_name, "_")))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]