Bitcoin ABC 0.33.10
P2P Digital Currency
Functions | Variables
zmqutil.h File Reference
#include <string>
Include dependency graph for zmqutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void zmqError (const char *str)
 

Variables

const std::string ADDR_PREFIX_IPC = "ipc://"
 Prefix for unix domain socket addresses (which are local filesystem paths) Used by libzmq, example "ipc:///root/path/to/file". More...
 

Function Documentation

◆ zmqError()

void zmqError ( const char *  str)

Definition at line 11 of file zmqutil.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ ADDR_PREFIX_IPC

const std::string ADDR_PREFIX_IPC = "ipc://"

Prefix for unix domain socket addresses (which are local filesystem paths) Used by libzmq, example "ipc:///root/path/to/file".

Definition at line 16 of file zmqutil.h.