#include "connections_dll.h"#include <mechanisms/heartbeat.h>#include <mechanisms/time_stamp.h>#include <nodes/catalogable.h>#include <sockets/address.h>#include <sockets/definitions_sockets.h>Include dependency graph for connection.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | connection |
Defines | |
| #define | PRIMARY_ID 0 |
| #define | SECONDARY_ID 1 |
| #define PRIMARY_ID 0 |
Definition at line 59 of file connection.h.
Referenced by connection::connection(), connection_table::connections_on_primary(), connection_table::find_dupe(), connection_table::find_related_conns(), connection_table::find_state(), connection_table::set_conn_state(), connection_table::socket_to_real_transport(), and connection::text_form().
| #define SECONDARY_ID 1 |
Definition at line 60 of file connection.h.
Referenced by connection::connection(), connection_table::socket_to_real_transport(), and connection::text_form().
1.5.1