Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
protocol.cpp File Reference
#include "protocol.h"
#include "util.h"
#include <arpa/inet.h>
+ Include dependency graph for protocol.cpp:

Go to the source code of this file.

Functions

bool operator< (const CInv &a, const CInv &b)
 

Variables

static const char * ppszTypeName []
 

Function Documentation

bool operator< ( const CInv a,
const CInv b 
)

Definition at line 125 of file protocol.cpp.

References CInv::hash, and CInv::type.

Variable Documentation

const char* ppszTypeName[]
static
Initial value:
=
{
"ERROR",
"tx",
"block",
"filtered block"
}

Definition at line 14 of file protocol.cpp.

Referenced by CInv::CInv(), CInv::GetCommand(), and CInv::IsKnownType().