[c-host] increase the pointer queue length

This commit is contained in:
Geoffrey McRae 2020-01-10 11:40:56 +11:00
parent 1ef406bbaf
commit 76fa390e3d

View File

@ -39,7 +39,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#define ALIGN_DN(x) ((uintptr_t)(x) & ~0x7F)
#define ALIGN_UP(x) ALIGN_DN(x + 0x7F)
#define LGMP_Q_POINTER_LEN 10
#define LGMP_Q_POINTER_LEN 20
#define LGMP_Q_FRAME_LEN 2
#define MAX_POINTER_SIZE (sizeof(KVMFRCursor) + (128 * 128 * 4))