Rename struct buffer to struct ofpbuf.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 17:35:50 +0000 (10:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:53:26 +0000 (13:53 -0700)
commit5549180a542fa7aa17a196d55b2f5eb4cbb3159a
tree406cbcb5ac7602f0a8e48bfa05b5294329bbbc56
parent9b13a5792f83884c42d4000c10a17d30d1ee4133
Rename struct buffer to struct ofpbuf.

Fixes namespace conflict for partner development.
37 files changed:
controller/controller.c
include/Makefile.am
include/dhcp.h
include/dpif.h
include/flow.h
include/learning-switch.h
include/netdev.h
include/netlink.h
include/ofpbuf.h [moved from include/buffer.h with 62% similarity]
include/queue.h
include/rconn.h
include/vconn-provider.h
include/vconn.h
lib/Makefile.am
lib/dhcp-client.c
lib/dhcp.c
lib/dpif.c
lib/flow.c
lib/learning-switch.c
lib/netdev.c
lib/netlink.c
lib/ofp-print.c
lib/ofpbuf.c [moved from lib/buffer.c with 69% similarity]
lib/queue.c
lib/rconn.c
lib/vconn-netlink.c
lib/vconn-ssl.c
lib/vconn-stream.c
lib/vconn-unix.c
lib/vconn.c
secchan/secchan.c
switch/datapath.c
switch/datapath.h
switch/switch-flow.c
switch/switch-flow.h
switch/table-hash.c
utilities/dpctl.c