*** empty log message ***
This commit is contained in:
parent
bf062cc5fe
commit
235c778aef
2 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ int msgQueueIdIntern(
|
|||
|
||||
int msgQueueElemIdIntern(
|
||||
msgQueueElemId dest,
|
||||
msgQueueId src
|
||||
msgQueueId src,
|
||||
int counter){
|
||||
if (strlen(src)>MSGSPACE_ID_LEN){
|
||||
return -1;
|
||||
|
|
|
@ -78,8 +78,8 @@ typedef struct MsgQueueElem {
|
|||
typedef struct MsgQueue {
|
||||
msgQueueId id;
|
||||
int elemCounter;
|
||||
msgQueueElemId head;
|
||||
msgQueueElemId tail;
|
||||
msgQueueElemId headId;
|
||||
msgQueueElemId tailId;
|
||||
} msgQueue;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue