dtnipc_handle Struct Reference

#include <dtn_ipc.h>

List of all members.


Detailed Description

State of a DTN IPC channel.

Definition at line 85 of file dtn_ipc.h.

Public Attributes

int sock
 Socket file descriptor.
int err
 Error code.
int in_poll
 Flag to register a call to poll().
char buf [DTN_MAX_API_MSG]
 send/recv buffer
XDR xdr_encode
 XDR encoder.
XDR xdr_decode
 XDR decoder.


Member Data Documentation

int dtnipc_handle::sock

Socket file descriptor.

Definition at line 86 of file dtn_ipc.h.

int dtnipc_handle::err

Error code.

Definition at line 87 of file dtn_ipc.h.

int dtnipc_handle::in_poll

Flag to register a call to poll().

Definition at line 88 of file dtn_ipc.h.

char dtnipc_handle::buf[DTN_MAX_API_MSG]

send/recv buffer

Definition at line 89 of file dtn_ipc.h.

XDR dtnipc_handle::xdr_encode

XDR encoder.

Definition at line 90 of file dtn_ipc.h.

XDR dtnipc_handle::xdr_decode

XDR decoder.

Definition at line 91 of file dtn_ipc.h.


The documentation for this struct was generated from the following file:
Generated on Fri Dec 22 14:48:02 2006 for DTN Reference Implementation by  doxygen 1.5.1