Fix stats analyser.
This commit is contained in:
parent
a936d1c737
commit
9c4af587df
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ int main(int argc, char ** argv){
|
||||||
|
|
||||||
IPC::sharedClient ** clients = (IPC::sharedClient **)malloc(sizeof(IPC::sharedClient *)*clientCount);
|
IPC::sharedClient ** clients = (IPC::sharedClient **)malloc(sizeof(IPC::sharedClient *)*clientCount);
|
||||||
for (long long i = 0; i < clientCount; i++){
|
for (long long i = 0; i < clientCount; i++){
|
||||||
clients[i] = new IPC::sharedClient("statistics", STAT_EX_SIZE, true);
|
clients[i] = new IPC::sharedClient(SHM_STATISTICS, STAT_EX_SIZE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long long int counter = 0;
|
unsigned long long int counter = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue