]> granicus.if.org Git - libnl/commitdiff
idiag: merge branch 'idiag-fixes'
authorThomas Haller <thaller@redhat.com>
Mon, 24 Nov 2014 17:41:39 +0000 (18:41 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 24 Nov 2014 17:46:47 +0000 (18:46 +0100)
Deprecate all of the IDIAG_* defines in 'idiagnl.h'.
Names exposed by libnl should have the prefix IDIAGNL_*
instead.

But actually, most of these values were copies from other
system headers. The user should instead use the original defines
anyway.

Also, several fixes of the idiag_msg_obj, which had a broken
oo_clone() function and missing oo_compare().

http://lists.infradead.org/pipermail/libnl/2014-November/001726.html

Signed-off-by: Thomas Haller <thaller@redhat.com>

Trivial merge