Re: [libvirt] [PATCH 1/4] Introduce virHashLockable

2015-07-10 Thread Jiri Denemark
On Thu, Jul 09, 2015 at 15:43:32 +0200, Peter Krempa wrote: On Wed, Jul 08, 2015 at 15:22:49 +0200, Jiri Denemark wrote: This is a self-locking wrapper around virHashTable. Only a limited set of APIs are implemented now (the ones which are used in the following patch) as more can be added

Re: [libvirt] [PATCH 1/4] Introduce virHashLockable

2015-07-09 Thread Peter Krempa
On Wed, Jul 08, 2015 at 15:22:49 +0200, Jiri Denemark wrote: This is a self-locking wrapper around virHashTable. Only a limited set of APIs are implemented now (the ones which are used in the following patch) as more can be added on demand. Signed-off-by: Jiri Denemark jdene...@redhat.com

[libvirt] [PATCH 1/4] Introduce virHashLockable

2015-07-08 Thread Jiri Denemark
This is a self-locking wrapper around virHashTable. Only a limited set of APIs are implemented now (the ones which are used in the following patch) as more can be added on demand. Signed-off-by: Jiri Denemark jdene...@redhat.com --- src/libvirt_private.syms | 3 ++ src/util/virhash.c | 81