third_party_libnl/lib/genl
Thomas Haller b4802a17a7 nl: add "const" specifier for nla_policy argument of parse functions
Adding const to a function argument is generally not an API break
(at least, if the argument is a struct, like in this case).

Usually we declare the policy as static variables. The user should
be able to mark them as "const", so that the linker makes the policy
array read-only. Adjust the API to allow for that.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2017-10-09 13:51:29 +02:00
..
ctrl.c genl: Fix cb reference leak in genl_ctrl_probe_by_name() 2013-04-02 11:51:53 +02:00
family.c lib/genl/family.c: fix if (x) y; else y; 2017-06-15 18:00:14 +02:00
genl.c nl: add "const" specifier for nla_policy argument of parse functions 2017-10-09 13:51:29 +02:00
mngt.c genl: drop usage of GENL_ID_GENERATE 2017-05-29 12:40:07 +02:00