* modif de l'affichage
This commit is contained in:
parent
9b48b4bd62
commit
57c34d619d
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ msgSpace * msgSpaceCreate(
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf( "msgSpace map addr is 0x%08x\n", (int)mSAddr );
|
printf( "msgSpace map addr is 0x%08x : %d\n", (int)mSAddr,mSFd);
|
||||||
|
|
||||||
/* on ferme le descripteur du fichier */
|
/* on ferme le descripteur du fichier */
|
||||||
close(mSFd);
|
close(mSFd);
|
||||||
|
@ -118,7 +118,7 @@ msgSpace * msgSpaceCreate(
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf( "msgPoolData map addr is 0x%08x\n", (int)mSPoolDataFd );
|
printf( "msgPoolData map addr is 0x%08x\n", (int)mSPoolDataAddr );
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue