From: Sree Harsha Totakura Date: Mon, 3 Dec 2012 16:53:25 +0000 (+0000) Subject: - fix X-Git-Tag: initial-import-from-subversion-38251~10656 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=05031244c2def36f6f7f241efd71385b24fcc557;p=oweals%2Fgnunet.git - fix --- diff --git a/src/mesh/gnunet-regex-profiler.c b/src/mesh/gnunet-regex-profiler.c index 96f2b30da..5e31af47e 100644 --- a/src/mesh/gnunet-regex-profiler.c +++ b/src/mesh/gnunet-regex-profiler.c @@ -1686,10 +1686,12 @@ load_search_strings (const char *filename, char ***strings, unsigned int limit) * 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;