[libvirt] [PATCH 4/5] Add virObjectEventStateRegisterID to symsfile

Martin Kletzander mkletzan at redhat.com
Wed Oct 12 10:44:22 UTC 2016


On Wed, Oct 12, 2016 at 05:09:44PM +0800, Michal Privoznik wrote:
>On 11.10.2016 20:53, Martin Kletzander wrote:
>> To go with the Deregister version as well.
>>
>> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
>> ---
>>  src/libvirt_private.syms | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
>> index d92d3d865307..fd63f99b568c 100644
>> --- a/src/libvirt_private.syms
>> +++ b/src/libvirt_private.syms
>> @@ -820,6 +820,7 @@ virObjectEventStateDeregisterID;
>>  virObjectEventStateEventID;
>>  virObjectEventStateNew;
>>  virObjectEventStateQueue;
>> +virObjectEventStateRegisterID;
>
>Okay, this is interesting. I've found out that this function is declared
>in object_event_private.h while virObjectEventStateDeregisterID is in
>object_event.h. Any idea why is that so?
>
That's probably because it should not be used outside src/conf/ without
wrappers, so this should be dropped actually.  Thanks for finding out
the object_event_private.h and making me think about it.

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20161012/5d6f9c79/attachment-0001.sig>


More information about the libvir-list mailing list