mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-01 05:38:25 +00:00
[client] added ivshmem_process thread and fixed shutdown behaviour
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user