OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TorAgentParam::TorInfo Struct Reference

#include <tor_agent_param.h>

Collaboration diagram for TorAgentParam::TorInfo:

Public Member Functions

 TorInfo ()
 

Public Attributes

std::string type_
 
Ip4Address ip_
 
Ip4Address tsn_ip_
 
std::string id_
 
std::string protocol_
 
std::string ssl_cert_
 
std::string ssl_privkey_
 
std::string ssl_cacert_
 
uint16_t port_
 
int keepalive_interval_
 
int ha_stale_route_interval_
 

Detailed Description

Definition at line 20 of file tor_agent_param.h.

Constructor & Destructor Documentation

TorAgentParam::TorInfo::TorInfo ( )
inline

Definition at line 21 of file tor_agent_param.h.

Member Data Documentation

int TorAgentParam::TorInfo::ha_stale_route_interval_

Definition at line 38 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::id_

Definition at line 25 of file tor_agent_param.h.

Ip4Address TorAgentParam::TorInfo::ip_

Definition at line 23 of file tor_agent_param.h.

int TorAgentParam::TorInfo::keepalive_interval_

Definition at line 35 of file tor_agent_param.h.

uint16_t TorAgentParam::TorInfo::port_

Definition at line 32 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::protocol_

Definition at line 27 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::ssl_cacert_

Definition at line 31 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::ssl_cert_

Definition at line 29 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::ssl_privkey_

Definition at line 30 of file tor_agent_param.h.

Ip4Address TorAgentParam::TorInfo::tsn_ip_

Definition at line 24 of file tor_agent_param.h.

std::string TorAgentParam::TorInfo::type_

Definition at line 22 of file tor_agent_param.h.


The documentation for this struct was generated from the following file: