aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scanner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats_api_scanner.c')
-rw-r--r--src/ats/ats_api_scanner.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ats/ats_api_scanner.c b/src/ats/ats_api_scanner.c
index 3ed0924fe..d9002a076 100644
--- a/src/ats/ats_api_scanner.c
+++ b/src/ats/ats_api_scanner.c
@@ -297,11 +297,9 @@ interface_proc (void *cls,
297 * Periodically get list of network addresses from our interfaces. 297 * Periodically get list of network addresses from our interfaces.
298 * 298 *
299 * @param cls closure 299 * @param cls closure
300 * @param tc Task context
301 */ 300 */
302static void 301static void
303get_addresses (void *cls, 302get_addresses (void *cls)
304 const struct GNUNET_SCHEDULER_TaskContext *tc)
305{ 303{
306 struct GNUNET_ATS_InterfaceScanner *is = cls; 304 struct GNUNET_ATS_InterfaceScanner *is = cls;
307 305