aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-22 09:05:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-22 09:05:41 +0000
commit98e7650b079917889e044bc02962eecd493fe415 (patch)
tree09b1af68c1598b92548b746a3636e5e235e22758 /src/util
parent0884d78b8fb7a867440802629698692c334bffbd (diff)
downloadgnunet-98e7650b079917889e044bc02962eecd493fe415.tar.gz
gnunet-98e7650b079917889e044bc02962eecd493fe415.zip
remember
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index c5afde7d0..54a4e7577 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -269,6 +269,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
269 if (GNUNET_OK != 269 if (GNUNET_OK !=
270 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE), 270 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
271 (const struct sockaddr *) &a4, 271 (const struct sockaddr *) &a4,
272 /* TODO broadcast and netmask */
272 NULL, 273 NULL,
273 NULL, 274 NULL,
274 sizeof (a4))) 275 sizeof (a4)))
@@ -287,6 +288,7 @@ GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,
287 if (GNUNET_OK != 288 if (GNUNET_OK !=
288 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE), 289 proc (proc_cls, ifc, 0 == strcmp (ifc, GNUNET_DEFAULT_INTERFACE),
289 (const struct sockaddr *) &a6, 290 (const struct sockaddr *) &a6,
291 /* TODO broadcast and netmask */
290 NULL, 292 NULL,
291 NULL, 293 NULL,
292 sizeof (a6))) 294 sizeof (a6)))