Tor 0.4.9.0-alpha-dev
Data Structures | Macros
entry_connection_st.h File Reference

Entry connection structure. More...

#include "core/or/edge_connection_st.h"

Go to the source code of this file.

Data Structures

struct  entry_connection_t
 

Macros

#define DEBUGGING_17659
 
#define NUM_CIRCUITS_LAUNCHED_THRESHOLD   10
 
#define ENTRY_TO_EDGE_CONN(c)   (&(((c))->edge_))
 

Detailed Description

Entry connection structure.

Definition in file entry_connection_st.h.

Macro Definition Documentation

◆ DEBUGGING_17659

#define DEBUGGING_17659

Definition at line 60 of file entry_connection_st.h.

◆ ENTRY_TO_EDGE_CONN

#define ENTRY_TO_EDGE_CONN (   c)    (&(((c))->edge_))

Cast a entry_connection_t subtype pointer to a edge_connection_t

Definition at line 106 of file entry_connection_st.h.

◆ NUM_CIRCUITS_LAUNCHED_THRESHOLD

#define NUM_CIRCUITS_LAUNCHED_THRESHOLD   10

Definition at line 67 of file entry_connection_st.h.