*** empty log message ***
This commit is contained in:
parent
34cf7dab7d
commit
559049310c
2 changed files with 11 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
#ifndef _LIBNAZGUL
|
||||||
|
#define _LIBNAZGUL 1
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
|
@ -6,6 +6,11 @@
|
||||||
#define MSGSPACE_DEFAULT_MODE 0600
|
#define MSGSPACE_DEFAULT_MODE 0600
|
||||||
|
|
||||||
typedef char * msgSpaceId;
|
typedef char * msgSpaceId;
|
||||||
|
typedef char * msgSpaceListElemId;
|
||||||
|
typedef char * msgSpacePoolDataId;
|
||||||
|
typedef char * msgSpacePoolId;
|
||||||
|
typedef char * msgSpaceQueueDataId;
|
||||||
|
typedef char * msgSpaceQueueId;
|
||||||
|
|
||||||
typedef struct MsgPool {
|
typedef struct MsgPool {
|
||||||
|
|
||||||
|
@ -16,7 +21,6 @@ typedef struct MsgSpace {
|
||||||
} msgSpace;
|
} msgSpace;
|
||||||
|
|
||||||
|
|
||||||
typedef char * msgSpaceListElemId;
|
|
||||||
|
|
||||||
typedef struct MsgSpaceListElem {
|
typedef struct MsgSpaceListElem {
|
||||||
void * id;
|
void * id;
|
||||||
|
@ -25,5 +29,6 @@ typedef struct MsgSpaceListElem {
|
||||||
msgSpaceListElemId next;
|
msgSpaceListElemId next;
|
||||||
} * msgSpaceList, msgSpaceListElem;
|
} * msgSpaceList, msgSpaceListElem;
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* */
|
/* */
|
||||||
|
|
Loading…
Reference in a new issue