]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
esx: Convert autoAnswer from esxVI_Boolean to a simple bool
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 1 May 2011 19:57:44 +0000 (21:57 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 17 May 2011 11:16:48 +0000 (13:16 +0200)
commit93f31b073ddb000d5f772a3d803ea6ba1daab0c9
tree234f19b016b4db7f2dccec5278ac72ec686d4356
parent6bf31327c69ad6aacccb6aefd1b1f7b202413ae6
esx: Convert autoAnswer from esxVI_Boolean to a simple bool

Just true/false is good enough for it. Also use it directly from the
parsed URI instead of caching it in esxPrivate.
src/esx/esx_driver.c
src/esx/esx_private.h
src/esx/esx_storage_driver.c
src/esx/esx_vi.c
src/esx/esx_vi.h