]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/linux/ipv6.h
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 10 Mar 2008 08:41:33 +0000 (04:41 -0400)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 01:23:59 +0000 (10:23 +0900)
commit4725474584d6aa2f07b3d47442dfbc4f6544f65e
tree9b18781df63041ead3805c0a4d5eea1a847329d1
parentc8cdaf998df221b01134a051aba38c570105061b
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.

Values of those fields are always between 0 and 255 (inclusive),
so use u8 and save some memory on 32bit systems.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
include/linux/ipv6.h