]> xenbits.xensource.com Git - libvirt.git/commit
Get rid of shadowed booleans
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Oct 2013 09:33:06 +0000 (10:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Oct 2013 14:50:47 +0000 (15:50 +0100)
commite3e9d3b1be359f7e72a51963b2ada7e54953f206
tree5b1ebffbf242b370b9b5d44d5682aa39ebb7baea
parent5a0ea4b7b9af2231ed161b94f9af65375c6ee9c2
Get rid of shadowed booleans

There are still two places where we are using 1bit width unsigned
integer to store a boolean. There's no real need for this and these
occurrences can be replaced with 'bool'.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/interface_conf.h
src/rpc/virnetserver.c