diff options
author | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-03 16:53:25 +0000 |
---|---|---|
committer | harsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-03 16:53:25 +0000 |
commit | 77dd6be5817242155e430df3259472b07abbe9dc (patch) | |
tree | d79d7b546ec7d92b8c70c81613a7e6e95fbb169c | |
parent | 16ab94c57e94b855ed057dab912d85d8ee74064b (diff) |
- fix
git-svn-id: https://gnunet.org/svn/gnunet@25200 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/mesh/gnunet-regex-profiler.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesh/gnunet-regex-profiler.c b/src/mesh/gnunet-regex-profiler.c index 96f2b30da1..5e31af47e7 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; |