2011/5/16 Eric Blake <eblake@xxxxxxxxxx>: > On 05/01/2011 01:57 PM, Matthias Bolte wrote: >> 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     |  52 ++++++++++++++++++++--------------------- >> Âsrc/esx/esx_private.h    Â|  Â1 - >> Âsrc/esx/esx_storage_driver.c |  12 ++++++--- >> Âsrc/esx/esx_vi.c       |  15 +++++------ >> Âsrc/esx/esx_vi.h       |  Â8 +++--- >> Â5 files changed, 44 insertions(+), 44 deletions(-) >> >> +++ b/src/esx/esx_private.h >> @@ -41,7 +41,6 @@ typedef struct _esxPrivate { >>   Âint32_t maxVcpus; >>   ÂesxVI_Boolean supportsVMotion; >>   ÂesxVI_Boolean supportsLongMode; /* aka x86_64 */ >> -  ÂesxVI_Boolean autoAnswer; >>   Âint32_t usedCpuTimeCounterId; >> Â} esxPrivate; >> > >> +++ b/src/esx/esx_vi.c >> @@ -2482,7 +2482,7 @@ int >> ÂesxVI_LookupVirtualMachineByUuidAndPrepareForTask >>  Â(esxVI_Context *ctx, const unsigned char *uuid, >>   esxVI_String *propertyNameList, esxVI_ObjectContent **virtualMachine, >> -  esxVI_Boolean autoAnswer) >> +  bool autoAnswer) > > Everything else is fallout from these two categories of changes (more > than one method signature affected, and lots of callers adjusted). > > ACK. > Thanks, pushed. Matthias -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list