Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-fne committed Sep 2, 2020
1 parent 1c1ce14 commit 813acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/VHOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It's based on a cient(s)/server model, meaning that one server can handle multip
## How to use it

* `pg_vhost_start("/tmp", &error)`: start the vhost driver and setup the socket's folder.
* `pg_vhost_new("vhost-0", flags, &error);`: create the brick. The socket will be named `qemu-vhost-0`. Here are some flags availables:
* `pg_vhost_new("vhost-0", flags, &error);`: create the brick.<br>The socket will be named `qemu-vhost-0`.<br>Here are some flags availables:
* `PG_VHOST_USER_CLIENT`
* `PG_VHOST_USER_DEQUEUE_ZERO_COPY`

Expand Down

0 comments on commit 813acce

Please sign in to comment.