[client] added ivshmem_process thread and fixed shutdown behaviour

This commit is contained in:
Geoffrey McRae
2017-10-19 18:50:42 +11:00
parent 327a3a77cf
commit 3a7bff77f2
3 changed files with 64 additions and 12 deletions

View File

@@ -3,8 +3,9 @@
#include <stdbool.h>
bool ivshmem_connect(const char * unix_socket);
void ivshmem_close();
void ivshmem_disconnect();
bool ivshmem_process();
void * ivshmem_get_map();
size_t ivshmem_get_map_size();
uint16_t ivshmem_get_id();
void * ivshmem_get_map();
size_t ivshmem_get_map_size();