*Modification de la stucture pour la list
This commit is contained in:
parent
8675c04ef8
commit
bb20a917b4
1 changed files with 3 additions and 2 deletions
|
@ -57,9 +57,10 @@ typedef struct MsgSpace {
|
|||
/* struct msgSpaceListElem * next; */
|
||||
|
||||
typedef struct MsgSpaceListElem {
|
||||
void * id;
|
||||
// void * id;
|
||||
int ownerPid;
|
||||
msgSpaceListElemId next;
|
||||
msgSpaceListId idList;
|
||||
msgSpaceListElemId idListElem;
|
||||
} * msgSpaceList, msgSpaceListElem;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue