]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_roles: Use a non-locking linked list where appropriate
authorSean Bright <sean.bright@gmail.com>
Thu, 15 Feb 2018 20:30:35 +0000 (15:30 -0500)
committerSean Bright <sean.bright@gmail.com>
Thu, 15 Feb 2018 20:31:22 +0000 (14:31 -0600)
commita03660f4f22c00c7b6201860657096a04c36d82f
tree598931b2e129cb6b928ef17e4c8750eb0b5d50ef
parent35f50043524c2514607853d0a3648aab9b79e7a5
bridge_roles: Use a non-locking linked list where appropriate

Also explicitly initialize with the AST_LIST_HEAD_NOLOCK_INIT macro for
clarity.

Change-Id: I4bc39ec33bc3ff77e1a971a01ace87deb965be3f
main/bridge_roles.c