Merge branch 'development' into LTS_development
This commit is contained in:
commit
ad8af44c4d
2 changed files with 10 additions and 3 deletions
|
@ -69,9 +69,9 @@ static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "
|
|||
#define FLIP_DATA_PAGE_SIZE 8 * 1024 * 1024
|
||||
|
||||
#define SHM_STREAM_INDEX "MstSTRM%s" //%s stream name
|
||||
#define SHM_TRACK_META "MstTRAK%s#%lu" //%s stream name, %lu track ID
|
||||
#define SHM_TRACK_INDEX "MstTRID%s#%lu" //%s stream name, %lu track ID
|
||||
#define SHM_TRACK_DATA "MstDATA%s#%lu@%lu" //%s stream name, %lu track ID, %lu page #
|
||||
#define SHM_TRACK_META "MstTRAK%s@%lu" //%s stream name, %lu track ID
|
||||
#define SHM_TRACK_INDEX "MstTRID%s@%lu" //%s stream name, %lu track ID
|
||||
#define SHM_TRACK_DATA "MstDATA%s@%lu+%lu" //%s stream name, %lu track ID, %lu page #
|
||||
#define SHM_STATISTICS "MstSTAT"
|
||||
#define SHM_USERS "MstUSER%s" //%s stream name
|
||||
#define SEM_LIVE "MstLIVE%s" //%s stream name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue