aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-regex-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-03 16:53:25 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-03 16:53:25 +0000
commit05031244c2def36f6f7f241efd71385b24fcc557 (patch)
treed79d7b546ec7d92b8c70c81613a7e6e95fbb169c /src/mesh/gnunet-regex-profiler.c
parent2ee48eea42eca9d2dc7dc4d58ab9cf3f2dbb5066 (diff)
downloadgnunet-05031244c2def36f6f7f241efd71385b24fcc557.tar.gz
gnunet-05031244c2def36f6f7f241efd71385b24fcc557.zip
- fix
Diffstat (limited to 'src/mesh/gnunet-regex-profiler.c')
-rw-r--r--src/mesh/gnunet-regex-profiler.c4
1 files changed, 3 insertions, 1 deletions
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)
1686 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called 1686 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called
1687 * 1687 *
1688 * @param cls NULL 1688 * @param cls NULL
1689 * @param host the host whose status is being reported; will be NULL if the host
1690 * given to GNUNET_TESTBED_is_host_habitable() is NULL
1689 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not 1691 * @param status GNUNET_YES if it is habitable; GNUNET_NO if not
1690 */ 1692 */
1691static void 1693static void
1692host_habitable_cb (void *cls, int status) 1694host_habitable_cb (void *cls, const struct GNUNET_TESTBED_Host *host, int status)
1693{ 1695{
1694 struct GNUNET_TESTBED_HostHabitableCheckHandle **hc_handle = cls; 1696 struct GNUNET_TESTBED_HostHabitableCheckHandle **hc_handle = cls;
1695 static unsigned int hosts_checked; 1697 static unsigned int hosts_checked;