summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-26 00:19:09 +0000
committerrpj <rpj>2011-03-26 00:19:09 +0000
commit22df4f5c42b3ac110f78fceed8d248900ea5419f (patch)
tree9940490b9d0e52ccc681fad4d49eb1397d3172be /global.c
parent559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff)
New interface (not part of robust mutexes)
Diffstat (limited to 'global.c')
-rw-r--r--global.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/global.c b/global.c
index be6d027..874b71b 100644
--- a/global.c
+++ b/global.c
@@ -52,6 +52,11 @@ int ptw32_concurrency = 0;
/* What features have been auto-detected */
int ptw32_features = 0;
+/*
+ * Global [process wide] thread sequence Number
+ */
+unsigned long long ptw32_threadSeqNumber = 0;
+
/*
* Function pointer to QueueUserAPCEx if it exists, otherwise
* it will be set at runtime to a substitute routine which cannot unblock