Replace uses of the typename (e.g. xen_host) where its used as a variable name.
authorEwan Mellor <ewan@xensource.com>
Thu, 9 Nov 2006 11:02:48 +0000 (11:02 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 9 Nov 2006 11:02:48 +0000 (11:02 +0000)
commit9b91aeb6ad8eaea0779ba7d079b9efae5981285b
treec3145de08d4d42ea86eb45b6a91a90efb8149897
parent35f5a353787ce95c53c059e20e806dbe08343550
Replace uses of the typename (e.g. xen_host) where its used as a variable name.
This is an unusual style, and out of sync with the rest of the library.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
18 files changed:
tools/libxen/include/xen_host.h
tools/libxen/include/xen_network.h
tools/libxen/include/xen_pif.h
tools/libxen/include/xen_sr.h
tools/libxen/include/xen_user.h
tools/libxen/include/xen_vbd.h
tools/libxen/include/xen_vdi.h
tools/libxen/include/xen_vif.h
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_host.c
tools/libxen/src/xen_network.c
tools/libxen/src/xen_pif.c
tools/libxen/src/xen_sr.c
tools/libxen/src/xen_user.c
tools/libxen/src/xen_vbd.c
tools/libxen/src/xen_vdi.c
tools/libxen/src/xen_vif.c
tools/libxen/src/xen_vm.c