dnxMsgQ.h File Reference

Types and definitions for SysV Message Queue transport layer. More...

#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.


Detailed Description

Types and definitions for SysV Message Queue transport layer.

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.

Author:
Robert W. Ingraham (dnx-devel@lists.sourceforge.net)
Attention:
Please submit patches to http://dnx.sourceforge.net

Definition in file dnxMsgQ.h.


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.

References DNX_OK, and dnxMsgQNew().


Generated on Tue Apr 13 15:48:07 2010 for DNX by  doxygen 1.5.6