netdev-windows: Fix broken compilation.
authorGurucharan Shetty <shettyg@nicira.com>
Thu, 5 Mar 2015 15:30:12 +0000 (07:30 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 5 Mar 2015 17:29:51 +0000 (09:29 -0800)
commit0c87e03dff7fc61b9d066beb42511846354ad35b
tree4ab4d53d32c250a52f2b15fcc34ee36a4562be4c
parent7cc398cb8561a16ae3be5ffc687be5620981d619
netdev-windows: Fix broken compilation.

Commit 6fd6ed71cb9f(ofpbuf: Simplify ofpbuf API.) removed ofpbuf_size
and ofpbuf_data. They still had reference from netdev-windows. Fix them.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/netdev-windows.c