aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.h
diff options
context:
space:
mode:
Diffstat (limited to 'router/router.h')
-rw-r--r--router/router.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/router/router.h b/router/router.h
index ee20bc17..57a32d9a 100644
--- a/router/router.h
+++ b/router/router.h
@@ -7,6 +7,7 @@
#include "AL/alc.h"
#include "AL/al.h"
+#include "atomic.h"
typedef struct DriverIface {
@@ -112,4 +113,7 @@ typedef struct DriverIface {
extern DriverIface *DriverList;
extern int DriverListSize;
+extern ATOMIC(DriverIface*) CurrentCtxDriver;
+
+
#endif /* ROUTER_ROUTER_H */