api_client: Add ability to send file descriptors

Allow the user to send a list of file descriptors along with the HTTP
request.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2021-07-20 15:31:32 +02:00
parent 0ac4545c5b
commit 9af2968a7d
3 changed files with 26 additions and 5 deletions

View File

@@ -3,3 +3,6 @@ name = "api_client"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
vmm-sys-util = "0.8.0"