]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: introduce and use typedef in6_addr_t
authorAlan Maguire <alan.maguire@oracle.com>
Mon, 23 Jan 2017 15:18:31 +0000 (15:18 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 15 Feb 2017 16:12:05 +0000 (16:12 +0000)
commita2cd77e1851ecc16bd5fb3924ec236733ccd7b9e
treec8b35e1567f177c4c1d1f0a4100b63f37b1f9a50
parent0e7bb124aedc6f78744b2c90d23e6279e8d045af
dtrace: introduce and use typedef in6_addr_t

This is for consistency with the similar typedef in_addr_t: we have
to use the typedef in at least one place in the module so that the
compiler incorporates it into the DWARF and it ends up in the CTF
section.  (Both the DTrace ip translators and, likely, the users
would expect that if one typedef exists, the other one does too.)

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Acked-by: Nick Alcock <nick.alcock@oracle.com>
Orabug: 25557554
dtrace/dtrace_dif.c
dtrace/include/dtrace/provider_defines.h