dnxMsgQ.h File Reference
#include "dnxTSPI.h"
Go to the source code of this file.
|
Functions |
int | dnxMsgQInit (int(**ptxAlloc)(char *url, iDnxChannel **icpp)) |
| Initialize the MSGQ transport sub-system; return MSGQ channel contructor.
|
void | dnxMsgQDeInit (void) |
| Clean up global resources allocated by the MSGQ transport sub-system.
|
Function Documentation
void dnxMsgQDeInit |
( |
void |
|
) |
|
Clean up global resources allocated by the MSGQ transport sub-system.
Definition at line 286 of file dnxMsgQ.c.
int dnxMsgQInit |
( |
int(**)(char *url, iDnxChannel **icpp) |
ptxAlloc |
) |
|
Initialize the MSGQ transport sub-system; return MSGQ channel contructor.
- Parameters:
-
[out] | ptxAlloc | - the address of storage in which to return the address of the MSGQ channel object constructor (dnxMsgQNew). |
- Returns:
- Always returns zero.
Definition at line 271 of file dnxMsgQ.c.