diff options
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); |