2004-02-21 12:59:43 +00:00
|
|
|
#ifndef _NZG_IDS
|
|
|
|
#define _NZG_IDS 1
|
|
|
|
|
|
|
|
#include "libnazgul.h"
|
|
|
|
|
|
|
|
/* nzg_ids.c */
|
|
|
|
int msgSpaceIdIntern(msgSpaceId dest, const msgSpaceId src);
|
2004-02-21 16:12:22 +00:00
|
|
|
int msgPoolSemIdIntern(msgPoolSemId destSemId, const msgSpaceId srcPoolId, int poolIdx);
|
2019-09-17 12:44:44 +00:00
|
|
|
int msgPoolDataIdIntern(msgPoolDataTabId dest, const msgSpaceId src);
|
2004-02-21 21:07:40 +00:00
|
|
|
int msgPoolIdIntern(msgPoolId dest,msgPoolId src, int num);
|
2004-02-23 19:17:58 +00:00
|
|
|
int msgQueueSemIdIntern(
|
|
|
|
msgQueueSemId dest,
|
|
|
|
msgSpaceId externId,
|
|
|
|
int queueIdx);
|
2004-02-23 21:30:30 +00:00
|
|
|
int msgQueueIdIntern(
|
|
|
|
msgQueueId dest,
|
|
|
|
msgSpaceId externId,
|
|
|
|
int queueIdx);
|
2004-02-21 12:59:43 +00:00
|
|
|
|
|
|
|
#endif
|