*** empty log message ***
This commit is contained in:
parent
803e772879
commit
5e0e7e7224
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ int main(void) {
|
|||
poolInfos[2].bufferNb=5;
|
||||
poolInfos[2].bufferSize=280;
|
||||
|
||||
strcpy(testId,"test");
|
||||
sprintf(testId,"test%d",(int)getuid());
|
||||
printf("RequestedId: %s\n",testId);
|
||||
|
||||
mSPAC=msgSpaceCreate(testId,0,3,poolInfos);
|
||||
|
|
Loading…
Reference in a new issue