Re: [libvirt] [PATCH] esx: Add a wrapper for shared CURL handles

2011-04-21 Thread Matthias Bolte
2011/4/10 Matthias Bolte matthias.bo...@googlemail.com: To be used to share a CURL handle between multiple threads in the upcoming domain event support. ---  src/esx/esx_vi.c |  176 ++  src/esx/esx_vi.h |   19 ++  2 files changed, 195

[libvirt] [PATCH] esx: Add a wrapper for shared CURL handles

2011-04-10 Thread Matthias Bolte
To be used to share a CURL handle between multiple threads in the upcoming domain event support. --- src/esx/esx_vi.c | 176 ++ src/esx/esx_vi.h | 19 ++ 2 files changed, 195 insertions(+), 0 deletions(-) diff --git a/src/esx/esx_vi.c