dtnipc_handle Struct Reference

State of a DTN IPC channel. More...

#include <dtn_ipc.h>

List of all members.

Public Attributes

int sock
 Socket file descriptor.
int err
 Error code.
int in_poll
 Flag to register a call to poll().
int debug
 Debug flag for channel.
char buf [DTN_MAX_API_MSG]
 send/recv buffer
XDR xdr_encode
 XDR encoder.
XDR xdr_decode
 XDR decoder.
unsigned int total_sent
 Counter for debugging.
unsigned int total_rcvd
 Counter for debugging.

Detailed Description

State of a DTN IPC channel.

Definition at line 66 of file dtn_ipc.h.


Member Data Documentation

char dtnipc_handle::buf[DTN_MAX_API_MSG]

send/recv buffer

Definition at line 71 of file dtn_ipc.h.

Referenced by dtnipc_open(), dtnipc_recv(), and dtnipc_send().

Debug flag for channel.

Definition at line 70 of file dtn_ipc.h.

Referenced by dtnipc_open(), dtnipc_recv(), and dtnipc_send().

Socket file descriptor.

Definition at line 67 of file dtn_ipc.h.

Referenced by dtn_begin_poll(), dtn_poll_fd(), dtnipc_close(), dtnipc_open(), dtnipc_recv(), and dtnipc_send().

Counter for debugging.

Definition at line 75 of file dtn_ipc.h.

Referenced by dtnipc_open(), dtnipc_recv(), and dtnipc_send().

Counter for debugging.

Definition at line 74 of file dtn_ipc.h.

Referenced by dtnipc_open(), dtnipc_recv(), and dtnipc_send().


The documentation for this struct was generated from the following file:
Generated on Sun Nov 21 13:21:03 2010 for DTN Reference Implementation by  doxygen 1.6.3