Added stream status shared memory page (temporary system)
This commit is contained in:
parent
76b5a91da6
commit
25699ef8b2
6 changed files with 27 additions and 0 deletions
|
@ -69,6 +69,7 @@ namespace Mist {
|
|||
|
||||
//Create server for user pages
|
||||
IPC::sharedServer userPage;
|
||||
IPC::sharedPage streamStatus;
|
||||
|
||||
std::map<unsigned int, std::map<unsigned int, unsigned int> > pageCounter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue