]> granicus.if.org Git - libnl/commit
utils/trivial: rename internal _nl_offset_plus_sizeof() macro to _nl_offsetofend()
authorThomas Haller <thaller@redhat.com>
Thu, 15 Dec 2016 18:31:21 +0000 (19:31 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 15 Dec 2016 18:41:06 +0000 (19:41 +0100)
commit02cccc69bcca9148fda5c488784a6bd3c23bf1b4
tree782a790c1cdaca48530c2c71343ff7f91b15a9c1
parentc033ee8cb4de4fa5a0fd1bb6995b7a992858ccf9
utils/trivial: rename internal _nl_offset_plus_sizeof() macro to _nl_offsetofend()

Kernel calls a very similar macro "offsetofend". So use that name
as it migth be more familiar to the reader.

Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink-private/utils.h
lib/route/link.c