Fixed session cache race conditions
This commit is contained in:
parent
40b7cb7e63
commit
2cec1f7836
4 changed files with 64 additions and 19 deletions
|
@ -99,6 +99,7 @@ static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "
|
|||
#define SEM_LIVE "/MstLIVE%s" //%s stream name
|
||||
#define SEM_INPUT "/MstInpt%s" //%s stream name
|
||||
#define SEM_CONF "/MstConfLock"
|
||||
#define SEM_SESSCACHE "/MstSessCacheLock"
|
||||
#define SHM_CONF "MstConf"
|
||||
#define NAME_BUFFER_SIZE 200 //char buffer size for snprintf'ing shm filenames
|
||||
#define SHM_SESSIONS "/MstSess"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue