*** empty log message ***
This commit is contained in:
parent
1e8ef06820
commit
bf450b4002
1 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,14 @@ void * msgGet(msgSpace * space,int queueIndex,int option){
|
|||
bufferSize=poolDataTab[oldElem->poolIndex].bufferSize;
|
||||
msgPoolDataTabClose(space,poolDataTab);
|
||||
// mapper le buffer dans l'espace mémoire du processus
|
||||
|
||||
/* resultAddr = mmap( NULL,
|
||||
bufferSize,
|
||||
PROT_NONE, //prot PROT_READ | PROT_WRITE
|
||||
MAP_SHARED, mSPoolFd,
|
||||
(off_t)0);
|
||||
bufferNb=mSPoolDataTabAddr[selectedPoolIndex].bufferNb;
|
||||
*/
|
||||
/* TODO: ecrire msgBufferMap(space,poolIndex,bufferIndex) */
|
||||
|
||||
|
||||
// attacher au buffer...
|
||||
|
|
Loading…
Reference in a new issue