summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/os_windows.h
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2023-04-17 11:09:04 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-17 01:57:50 +0000
commit9dae394ef46b0073408580b51f68dc05d8beb21a (patch)
treebf625ef13e9736f8f2894a639533af2ec844f4cb /src/third_party/wiredtiger/src/include/os_windows.h
parente65b0cf4686f853c0d92ea9e255447b70f1e304a (diff)
downloadmongo-9dae394ef46b0073408580b51f68dc05d8beb21a.tar.gz
Import wiredtiger: a0b9a458813c18c2aa8152073513f3255e5db6df from branch mongodb-master
ref: ac320a657e..a0b9a45881 for: 7.0.0-rc0 WT-10777 Set name for internal threads for debugging
Diffstat (limited to 'src/third_party/wiredtiger/src/include/os_windows.h')
-rw-r--r--src/third_party/wiredtiger/src/include/os_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/os_windows.h b/src/third_party/wiredtiger/src/include/os_windows.h
index 597c61a0430..aee67750e67 100644
--- a/src/third_party/wiredtiger/src/include/os_windows.h
+++ b/src/third_party/wiredtiger/src/include/os_windows.h
@@ -13,6 +13,7 @@ typedef CONDITION_VARIABLE wt_cond_t;
typedef CRITICAL_SECTION wt_mutex_t;
typedef struct {
bool created;
+ uint16_t name_index; /* Not used on Windows */
HANDLE id;
} wt_thread_t;