BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Macros
peer_connection.cpp File Reference
#include <graphene/net/peer_connection.hpp>
#include <graphene/net/exceptions.hpp>
#include <graphene/net/config.hpp>
#include <graphene/chain/config.hpp>
#include <fc/io/raw.hpp>
#include <fc/thread/thread.hpp>
#include <boost/scope_exit.hpp>

Go to the source code of this file.

Namespaces

 graphene
 
 graphene::net
 

Macros

#define DEFAULT_LOGGER   "p2p"
 
#define VERIFY_CORRECT_THREAD()   assert(_thread->is_current())
 

Macro Definition Documentation

◆ DEFAULT_LOGGER

#define DEFAULT_LOGGER   "p2p"

Definition at line 37 of file peer_connection.cpp.

◆ VERIFY_CORRECT_THREAD

#define VERIFY_CORRECT_THREAD ( )    assert(_thread->is_current())

Definition at line 40 of file peer_connection.cpp.