mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
multiprocess: Add Ipc interface implementation
This commit is contained in:
parent
745c9cebd5
commit
10afdf0280
14 changed files with 410 additions and 2 deletions
|
|
@ -157,6 +157,7 @@ const CLogCategoryDesc LogCategories[] =
|
|||
{BCLog::LEVELDB, "leveldb"},
|
||||
{BCLog::VALIDATION, "validation"},
|
||||
{BCLog::I2P, "i2p"},
|
||||
{BCLog::IPC, "ipc"},
|
||||
{BCLog::ALL, "1"},
|
||||
{BCLog::ALL, "all"},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue