]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Don't create snapshots with locks.
authorJoshua Colp <jcolp@digium.com>
Tue, 10 Mar 2015 23:09:17 +0000 (23:09 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 10 Mar 2015 23:09:17 +0000 (23:09 +0000)
commitbc357c1d7efd2fc7fce8c21fd472f437a9f6a7df
treec72ebb551aa4436d963ec79844e1feaa62fc123b
parentafea98dc735a6a7a76b21edc93174f1102329165
core: Don't create snapshots with locks.

Snapshots are immutable and are never changed. Allocating them
with a lock is wasteful.

Review: https://reviewboard.asterisk.org/r/4469/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/endpoints.c
main/stasis_bridges.c
main/stasis_channels.c