mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-11706 [core] use unique mutex for stack_count
This commit is contained in:
committed by
Chris Rienzo
parent
d86c715694
commit
c40af77327
@@ -129,6 +129,7 @@ struct switch_core_session {
|
||||
switch_audio_resampler_t *write_resampler;
|
||||
|
||||
switch_mutex_t *mutex;
|
||||
switch_mutex_t *stack_count_mutex;
|
||||
switch_mutex_t *resample_mutex;
|
||||
switch_mutex_t *codec_read_mutex;
|
||||
switch_mutex_t *codec_write_mutex;
|
||||
|
||||
Reference in New Issue
Block a user