odp-util: Change user_action_cookie from struct to union.
authorBen Pfaff <blp@nicira.com>
Fri, 4 May 2012 21:56:40 +0000 (14:56 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 9 May 2012 19:58:54 +0000 (12:58 -0700)
commit1673e0e4005a83ed9080e0c812089e747c7f71b1
treea84a38a4984c0b8ee4329148ef03c0c998e18f33
parent36fc5f183328c538eba3744bec3302972891f3e7
odp-util: Change user_action_cookie from struct to union.

An upcoming commit will introduce a new type and a new use for the
additional members.  It seems cleanest to use a union, rather that using
the existing members multiple ways.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif-sflow.c
ofproto/ofproto-dpif-sflow.h
ofproto/ofproto-dpif.c