#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. |
This file is temporary till we get loadable transport libraries. Once that is finished, then dnxTSPI.h will act as a proper header file for all loadable transports.
Definition in file dnxMsgQ.h.
void dnxMsgQDeInit | ( | void | ) |
int dnxMsgQInit | ( | int(**)(char *url, iDnxChannel **icpp) | ptxAlloc | ) |
Initialize the MSGQ transport sub-system; return MSGQ channel contructor.
[out] | ptxAlloc | - the address of storage in which to return the address of the MSGQ channel object constructor (dnxMsgQNew). |
Definition at line 271 of file dnxMsgQ.c.
References DNX_OK, and dnxMsgQNew().