datapath: Use __packed macro.
authorJesse Gross <jesse@nicira.com>
Sun, 12 Dec 2010 07:29:22 +0000 (23:29 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:26:08 +0000 (13:26 -0800)
commit961703de9684997c273ac34ab8d4e0fda1128759
tree5e4799be851d3a80c5d0554f8ba15285977ebdce
parent0a85924fdd5ed6bfbac030e9a2ca5ddf70e0119f
datapath: Use __packed macro.

The __packed macro is preferred instead of an explicit GCC attribute,
so use it instead to deal with structure packing.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.h