[libvirt] [PATCH] Add virDomainEventRebootNew

Matthias Bolte matthias.bolte at googlemail.com
Mon Apr 25 17:07:56 UTC 2011


2011/4/25 Eric Blake <eblake at redhat.com>:
> On 04/25/2011 05:36 AM, Matthias Bolte wrote:
>> This will be used in the ESX driver event handling.
>> ---
>>  src/conf/domain_event.c |    8 ++++++++
>>  src/conf/domain_event.h |    1 +
>>  2 files changed, 9 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/conf/domain_event.c b/src/conf/domain_event.c
>> index f0380d3..688bf6c 100644
>> --- a/src/conf/domain_event.c
>> +++ b/src/conf/domain_event.c
>> @@ -572,11 +572,19 @@ virDomainEventPtr virDomainEventNewFromDef(virDomainDefPtr def, int type, int de
>>      return virDomainEventNew(def->id, def->name, def->uuid, type, detail);
>>  }
>>
>> +virDomainEventPtr virDomainEventRebootNew(int id, const char *name,
>> +                                          const unsigned char *uuid)
>> +{
>> +    return virDomainEventNewInternal(VIR_DOMAIN_EVENT_ID_REBOOT,
>> +                                     id, name, uuid);
>
> ACK.
>
> Do you also need to add it to src/libvirt_private.syms?
>

Yes, I missed that. I add it and pushed the result.

Matthias




More information about the libvir-list mailing list