gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25200 - gnunet/src/mesh
Date: Mon, 3 Dec 2012 17:53:26 +0100

Author: harsha
Date: 2012-12-03 17:53:25 +0100 (Mon, 03 Dec 2012)
New Revision: 25200

Modified:
   gnunet/src/mesh/gnunet-regex-profiler.c
Log:
- fix

Modified: gnunet/src/mesh/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-regex-profiler.c     2012-12-03 16:46:58 UTC (rev 
25199)
+++ gnunet/src/mesh/gnunet-regex-profiler.c     2012-12-03 16:53:25 UTC (rev 
25200)
@@ -1686,10 +1686,12 @@
  * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called
  *
  * @param cls NULL
+ * @param host the host whose status is being reported; will be NULL if the 
host
+ *          given to GNUNET_TESTBED_is_host_habitable() is NULL
  * @param status GNUNET_YES if it is habitable; GNUNET_NO if not
  */
 static void 
-host_habitable_cb (void *cls, int status)
+host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *host, int 
status)
 {
   struct GNUNET_TESTBED_HostHabitableCheckHandle **hc_handle = cls;
   static unsigned int hosts_checked;


Property changes on: gnunet/src/mesh/gnunet-regex-profiler.c
___________________________________________________________________
Modified: svn:mergeinfo
## -1,2 +1,2 ##
 /branches/gnunet/mantis_0001616/src/mesh/gnunet-regex-profiler.c:13878-14093
-/gnunet/src/testbed/gnunet-testbed-profiler.c:25185,25195
+/gnunet/src/testbed/gnunet-testbed-profiler.c:25185,25195,25199
\ No newline at end of property



reply via email to

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