From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:22 +0000 (-0700) Subject: Change to shared header file unrelated to open-vm-tools. X-Git-Tag: stable-10.2.0~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b84457bab61db9402404bcc3eff6fced9339dc6;p=thirdparty%2Fopen-vm-tools.git Change to shared header file unrelated to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/poll.h b/open-vm-tools/lib/include/poll.h index 4fccaf194..75d221a09 100644 --- a/open-vm-tools/lib/include/poll.h +++ b/open-vm-tools/lib/include/poll.h @@ -107,7 +107,8 @@ typedef enum PollClass { POLL_CLASS_CPT, POLL_CLASS_MKS, POLL_FIXED_CLASSES, - POLL_MAX_CLASSES = 320 /* Size enum to maximum */ + /* Size enum to maximum */ + POLL_MAX_CLASSES = 540, } PollClass; diff --git a/open-vm-tools/lib/include/vthreadBase.h b/open-vm-tools/lib/include/vthreadBase.h index 6ac3a2c62..d5d6c1781 100644 --- a/open-vm-tools/lib/include/vthreadBase.h +++ b/open-vm-tools/lib/include/vthreadBase.h @@ -51,10 +51,10 @@ extern "C" { typedef unsigned VThreadID; -#define VTHREAD_INVALID_ID (VThreadID)(~0u) +#define VTHREAD_INVALID_ID (VThreadID)(~0u) /* XXX Vestigial need as an MXState array size */ -#define VTHREAD_MAX_THREADS 224 +#define VTHREAD_MAX_THREADS 288 #ifdef VMM /*