Check protocol version

This commit is contained in:
Iwan Timmer
2016-04-01 19:13:16 +02:00
parent 9b98371afc
commit b30cf20f8c
4 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,9 @@
#include <stdbool.h>
#define MIN_SUPPORTED_GFE_VERSION 3
#define MAX_SUPPORTED_GFE_VERSION 7
typedef struct _SERVER_DATA {
const char* address;
char* gpuType;