[client] update client to use the common ivshmem* methods

This commit is contained in:
Geoffrey McRae
2020-01-03 15:17:14 +11:00
parent 074af5d16c
commit 4345d94d68
4 changed files with 37 additions and 65 deletions

View File

@@ -23,6 +23,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "interface/app.h"
#include "dynamic/renderers.h"
#include "dynamic/clipboards.h"
#include "common/ivshmem.h"
#include "spice/spice.h"
@@ -54,9 +55,9 @@ struct AppState
struct ll * cbRequestList;
SDL_Window * window;
int shmFD;
struct KVMFRHeader * shm;
unsigned int shmSize;
struct IVSHMEM shm;
struct KVMFRHeader * kvmfr;
uint64_t frameTime;
uint64_t lastFrameTime;