| Tor 0.4.9.3-alpha-dev
    | 
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_)) | 
Entry connection structure.
Definition in file entry_connection_st.h.
| #define DEBUGGING_17659 | 
Definition at line 60 of file entry_connection_st.h.
| #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.
| #define NUM_CIRCUITS_LAUNCHED_THRESHOLD 10 | 
Definition at line 67 of file entry_connection_st.h.