aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zmq/zmqutil.h')
-rw-r--r--src/zmq/zmqutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zmq/zmqutil.h b/src/zmq/zmqutil.h
index 334b51aa91..bec48c0a56 100644
--- a/src/zmq/zmqutil.h
+++ b/src/zmq/zmqutil.h
@@ -9,4 +9,7 @@
void zmqError(const std::string& str);
+/** Prefix for unix domain socket addresses (which are local filesystem paths) */
+const std::string ADDR_PREFIX_IPC = "ipc://"; // used by libzmq, example "ipc:///root/path/to/file"
+
#endif // BITCOIN_ZMQ_ZMQUTIL_H