[client] added ivshmem client tracking and removal

This commit is contained in:
Geoffrey McRae
2017-10-19 17:54:00 +11:00
parent aaa18e595e
commit 327a3a77cf
2 changed files with 163 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
bool ivshmem_connect(const char * unix_socket);
void ivshmem_close();
bool ivshmem_process();
void * ivshmem_get_map();
size_t ivshmem_get_map_size();