gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24489 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24489 - gnunet/src/mesh
Date: Tue, 23 Oct 2012 19:07:57 +0200

Author: szengel
Date: 2012-10-23 19:07:57 +0200 (Tue, 23 Oct 2012)
New Revision: 24489

Modified:
   gnunet/src/mesh/Makefile.am
   gnunet/src/mesh/gnunet-regex-profiler.c
Log:
added libgnunetstatistics to regex profiler dependencies

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-10-23 15:39:15 UTC (rev 24488)
+++ gnunet/src/mesh/Makefile.am 2012-10-23 17:07:57 UTC (rev 24489)
@@ -95,7 +95,8 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
-  $(top_builddir)/src/regex/libgnunetregex.la
+  $(top_builddir)/src/regex/libgnunetregex.la \
+  $(top_builddir)/src/regex/libgnunetstatistics.la
 gnunet_regex_profiler_DEPENDENCIES = \
   libgnunetmesh.la
 

Modified: gnunet/src/mesh/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-regex-profiler.c     2012-10-23 15:39:15 UTC (rev 
24488)
+++ gnunet/src/mesh/gnunet-regex-profiler.c     2012-10-23 17:07:57 UTC (rev 
24489)
@@ -633,7 +633,7 @@
                 peer->search_str, peer->id, peers_found, num_search_strings);
 
     if (NULL == GNUNET_STATISTICS_get (peer->stats_handle, "mesh", NULL,
-                                      GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 3),
+                                      GNUNET_TIME_UNIT_FOREVER_REL,
                                       &stats_cb,
                                       &stats_iterator, peer))
     {




reply via email to

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