]> granicus.if.org Git - libnl/commit
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)
commit60ad8251f8307ee5aee2a0793a2094a7f4c410df
tree7c8ceb04cbabd742cec92aafe23a4f8ddba19e46
parent5fbd45e667b262b58b5f145826d2e2f4fe12b73e
parentfac840d1f375fb7741d0ee75b871020edc11209b
idiag: merge branch 'idiag-fixes'

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>