ofp-util: Don't use ofpbuf in ofputil_packet_in struct.
authorEthan Jackson <ethan@nicira.com>
Thu, 22 Dec 2011 03:01:18 +0000 (19:01 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 10 Jan 2012 22:30:15 +0000 (14:30 -0800)
commit3e3252fa1d7e057463ddbd66dab84f0d02ef0f1d
treef36f8e7fd77f21feeefb2ef7f37f97b64c3d2056
parent29ebe8803c3a1ef03cbc92fbc352a2cdce5a8f55
ofp-util: Don't use ofpbuf in ofputil_packet_in struct.

This will make the memory ownership clearer in future patches which
make more extensive use of ofputil_packet_in.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c
ofproto/ofproto-dpif.c