mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 15:10:51 +02:00
The _GET_PRIVATE() macros are all implemented based on _NM_GET_PRIVATE(). That macro tries to be more type safe and uses _Generic() to do the right thing. Explicitly casting is not only unnecessary, it defeats these (static) type checks. Don't do that. |
||
|---|---|---|
| .. | ||
| tests | ||
| nm-dnsmasq-manager.c | ||
| nm-dnsmasq-manager.h | ||
| nm-dnsmasq-utils.c | ||
| nm-dnsmasq-utils.h | ||