beta version

beta
deffpuzzl 2018-06-22 10:19:53 +08:00
parent e10077a285
commit 67440097c3
1 changed files with 10 additions and 1 deletions

View File

@ -34,7 +34,7 @@ typedef long CREATE;
//#pragma pack(4)
#define TVM_VKERNEL "1.2.0.0"
#define TVM_VERSION "1.2.4.0"
#define TVM_VERSION "1.2.5.0"
/*************************************************************************************************
custom macro
*************************************************************************************************/
@ -609,6 +609,15 @@ typedef struct __SYS_TVM_SEQUE
uint m_uIncrement;
}TSeque;
typedef struct __SYS_TVM_RESLOCK
{
char m_szResName[MAX_INDEX_LEN]; // Name of sequence
long m_lResource;
char m_szHost[20];
long m_lPid;
bool m_bLock;
}TReslock;
/*************************************************************************************************
Operating handle
*************************************************************************************************/