[Libvir] [PATCH] Fix enum virDrvOpenRemoteFlags

Richard W.M. Jones rjones at redhat.com
Wed Sep 12 10:29:12 UTC 2007


Daniel Veillard wrote:
> On Thu, Sep 06, 2007 at 03:53:57PM +0100, Richard W.M. Jones wrote:
>> (Thanks Eduardo for pointing this one out ...)
>>
>> Rich.
>>
>> -- 
>> Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
>> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
>> Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
>> England and Wales under Company Registration No. 03798903
> 
>> Index: src/remote_internal.c
>> ===================================================================
>> RCS file: /data/cvs/libvirt/src/remote_internal.c,v
>> retrieving revision 1.21
>> diff -u -p -r1.21 remote_internal.c
>> --- src/remote_internal.c	21 Aug 2007 10:08:12 -0000	1.21
>> +++ src/remote_internal.c	6 Sep 2007 14:56:43 -0000
>> @@ -230,12 +230,12 @@ remoteForkDaemon(virConnectPtr conn)
>>  
>>  
>>  /* Must not overlap with virDrvOpenFlags */
>> -enum {
>> +enum virDrvOpenRemoteFlags {
>>      VIR_DRV_OPEN_REMOTE_RO = (1 << 0),
>>      VIR_DRV_OPEN_REMOTE_UNIX = (1 << 1),
>>      VIR_DRV_OPEN_REMOTE_USER = (1 << 2),
>>      VIR_DRV_OPEN_REMOTE_AUTOSTART = (1 << 3),
>> -} virDrvOpenRemoteFlags;
>> +};
>>  
>>  static int
>>  doRemoteOpen (virConnectPtr conn, struct private_data *priv, const char *uri_str, int flags)
> 
>   Sure, +1 !

OK, this is committed to CVS.

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070912/3c024fd9/attachment-0001.bin>


More information about the libvir-list mailing list