*Modification de la stucture pour la list

This commit is contained in:
rivka_zan 2004-02-22 22:06:04 +00:00 committed by Glenn Y. Rolland
parent 8675c04ef8
commit bb20a917b4

View file

@ -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;