Use a typedef to declare extern atomic variables
commitb3f7df6f5b0ce84937989c4b8fbbbce88bc9cebb
authorChris Robinson <chris.kcat@gmail.com>
Sat, 7 Oct 2017 21:58:35 +0000 (7 14:58 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 7 Oct 2017 21:58:35 +0000 (7 14:58 -0700)
tree5b8c534babeabd0c08bb02a4176f40c46f46f723
parentd57eca57a93a78f9d04de0bc562319dcff6ccbc7
Use a typedef to declare extern atomic variables

Some systems use anonymous structs for atomic storage, and extern declarations
need to have the same type as their non-extern definition.
router/al.c
router/router.h