ofproto/ofproto-dpif: Use ofpbuf API to access 'data' and 'size'.
authorJarno Rajahalme <jrajahalme@nicira.com>
Tue, 8 Apr 2014 15:54:42 +0000 (08:54 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Tue, 8 Apr 2014 15:54:50 +0000 (08:54 -0700)
commit8bd43ce6dc8113b5e1b11aa79ba3b6bd29dabc74
tree48713f7d15a29f15ffb7690336a0212475e758fa
parentc0526804192946efa86ba0907728b83483f0bc41
ofproto/ofproto-dpif: Use ofpbuf API to access 'data' and 'size'.

A recent commit reintroduced some direct use of the ofpbuf 'data' and
'size'.  Use the access API instead.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c