*** empty log message ***
This commit is contained in:
parent
e10b3ae8c4
commit
543673a38a
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ typedef char msgPoolSemId[4*MSGSPACE_ID_LEN];
|
|||
|
||||
typedef char msgQueueDataId[4*MSGSPACE_ID_LEN];
|
||||
typedef char msgQueueId[4*MSGSPACE_ID_LEN];
|
||||
typedef char msgQueueElemId[4*MSGSPACE_ID_LEN];
|
||||
typedef char msgQueueSemId[4*MSGSPACE_ID_LEN];
|
||||
|
||||
/* pid[] */
|
||||
|
@ -73,7 +74,7 @@ typedef struct MsgQueueElem {
|
|||
msgQueueElemId next;
|
||||
} msgQueueElem;
|
||||
|
||||
typedef struct MsgQueue{
|
||||
typedef struct MsgQueue {
|
||||
int elemCounter;
|
||||
msgQueueElemId head;
|
||||
msgQueueElemId tail;
|
||||
|
|
Loading…
Reference in a new issue