multiprocess: Add Ipc interface implementation

This commit is contained in:
Russell Yanofsky
2017-12-05 15:57:12 -05:00
parent 745c9cebd5
commit 10afdf0280
14 changed files with 410 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ namespace BCLog {
LEVELDB = (1 << 20),
VALIDATION = (1 << 21),
I2P = (1 << 22),
IPC = (1 << 23),
ALL = ~(uint32_t)0,
};