Re: [libvirt] [PATCH 05/12] Define public API for managing identities

2012-07-05 Thread Corey Bryant
On 05/02/2012 07:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com --- include/libvirt/libvirt.h.in | 30 ++ include/libvirt/virterror.h |1 + src/datatypes.h | 20 src/libvirt.c| 246

[libvirt] [PATCH 05/12] Define public API for managing identities

2012-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com --- include/libvirt/libvirt.h.in | 30 ++ include/libvirt/virterror.h |1 + src/datatypes.h | 20 src/libvirt.c| 246 ++ src/libvirt_public.syms |5 +

Re: [libvirt] [PATCH 05/12] Define public API for managing identities

2012-05-02 Thread Eric Blake
On 05/02/2012 05:44 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com A bit sparse on the commit message; even mentioning the term virIdentityPtr would help future crawls through 'git log' find this patch. +++ b/include/libvirt/libvirt.h.in @@ -1088,6 +1088,36 @@