mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
581aa6b70b
For consistency with `gnrc_netif_iter()`, add the `const` qualifier to the parameter of `netif_iter()`. This allows calling it on `const` pointers without having to cast `netif_t *`, which (apart of dropping the `const` qualifier) disables a lot of type safety checks offered by the compiler. |
||
---|---|---|
.. | ||
application_layer | ||
ble | ||
credman | ||
crosslayer | ||
dsm | ||
gnrc | ||
link_layer | ||
lora | ||
netdev_test | ||
netif | ||
netstats | ||
netutils | ||
network_layer | ||
sock | ||
transport_layer | ||
doc.txt | ||
Kconfig |