Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Curl / Internal.hsc @ b9202225

History | View | Annotate | Download (4.3 kB)

# Date Author Comment
cc40185c 02/20/2013 06:47 pm Iustin Pop

Add a Ganeti-specific implementation of Curl Multi

As we want to be able to run queries against multiple nodes in
parallel, and furthermore in parallel with other work, we need to
implement the Curl Multi interface (see libcurl-multi(3)).

This patch adds a Ganeti-specific such implementation, to be used...