[libvirt] [PATCH 1/7] admin: Introduce virAdmServerLookupClient

Erik Skultety eskultet at redhat.com
Wed May 4 07:40:02 UTC 2016


>> diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h
>> index c6abdf7..2ec560e 100644
>> --- a/include/libvirt/virterror.h
>> +++ b/include/libvirt/virterror.h
>> @@ -314,6 +314,7 @@ typedef enum {
>>      VIR_ERR_MIGRATE_FINISH_OK = 93,     /* Finish API succeeded but it is expected to return NULL */
>>      VIR_ERR_AUTH_UNAVAILABLE = 94,	/* authentication unavailable */
> 
>>      VIR_ERR_NO_SERVER = 95,             /* Server was not found */
>> +    VIR_ERR_NO_CLIENT = 96,             /* Client was not found */
>>  } virErrorNumber;
>>  
> 
> Should these be added to the whitelist in daemonErrorLogFilter?
> 
> Jan
> 

Good catch, I pushed a fix under trivial rule, thanks for noticing that.

Erik




More information about the libvir-list mailing list