diff options
author | Chris Robinson <[email protected]> | 2017-06-29 10:56:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-29 10:56:32 -0700 |
commit | 00694826ef5b2f410cdd9d8a2274b34ea86bffdf (patch) | |
tree | 35ec897340abc6a9f79950cf80cf9f4d55426c06 /router/router.h | |
parent | 058d57ef0352ee0f46fc5e0ebe76479660bfc44e (diff) |
Protect context switches with a lock in the router
Diffstat (limited to 'router/router.h')
-rw-r--r-- | router/router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/router/router.h b/router/router.h index 78f7b6c0..1eef017f 100644 --- a/router/router.h +++ b/router/router.h @@ -152,6 +152,7 @@ ALint LookupPtrIntMapKey(PtrIntMap *map, ALvoid *key); extern almtx_t EnumerationLock; +extern almtx_t ContextSwitchLock; void ReleaseALC(void); |