#include <Msg.h>
Public Types | |
enum | { MAX_ADDR_NAME_LEN = 128 } |
Public Member Functions | |
Channel_Info_Msg () | |
Public Attributes | |
char | host_addr [MAX_ADDR_NAME_LEN] |
u_short | port |
char | unix_addr [MAX_ADDR_NAME_LEN] |
int | conn_type |
void * | intf |
bool | is_local |
the interface connect to peer |
Definition at line 219 of file Msg.h.
|
|
|
Definition at line 227 of file Msg.h. References conn_type, host_addr, intf, is_local, port, and unix_addr. |
|
|
|
Definition at line 225 of file Msg.h. Referenced by Channel_Info_Msg(), channel::LocalConnector< Channel >::connect(), and channel::RemoteInterface< Channel, Transport >::handle_message(). |
|
the interface connect to peer
Definition at line 226 of file Msg.h. Referenced by Channel_Info_Msg(), channel::LocalConnector< Channel >::connect(), and channel::RemoteInterface< Channel, Transport >::handle_message(). |
|
|