*** empty log message ***
This commit is contained in:
parent
a79b20966f
commit
f382aaa84c
2 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@ void * msgAllocate(msgSpace *space,
|
||||||
float minPoolCoef;
|
float minPoolCoef;
|
||||||
int selectedPoolIndex;
|
int selectedPoolIndex;
|
||||||
int bufferFreeIndex;
|
int bufferFreeIndex;
|
||||||
int mSPoolFd;
|
|
||||||
msgPoolData * mSPoolDataTabAddr;
|
msgPoolData * mSPoolDataTabAddr;
|
||||||
int bufferNb;
|
|
||||||
|
|
||||||
|
|
||||||
selectedPoolIndex=-1;
|
selectedPoolIndex=-1;
|
||||||
|
|
|
@ -30,7 +30,7 @@ void * msgBufferMap(msgPoolData * poolDataTab, int poolIndex, int bufferIndex) {
|
||||||
NZG_ERROR("mmap", poolBufferTabId);
|
NZG_ERROR("mmap", poolBufferTabId);
|
||||||
goto ERROR;
|
goto ERROR;
|
||||||
}
|
}
|
||||||
printf( "Mapped from 0x%08x\n to 0x%08x\n",
|
printf( "Mapped from 0x%08x to 0x%08x\n",
|
||||||
(int)resultAddr,
|
(int)resultAddr,
|
||||||
(int)resultAddr+ bufferSize*(bufferIndex+1)
|
(int)resultAddr+ bufferSize*(bufferIndex+1)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue