mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add RPCService, call the Manager from RPCServerHandler
This commit is contained in:
@@ -169,9 +169,15 @@
|
||||
// This is only here temporarily. Use it to turn off the sending of
|
||||
// "ANNOUNCE" messages if you suspect that you're having problems
|
||||
// because of it.
|
||||
|
||||
#ifndef RIPPLE_USE_MT_ANNOUNCE
|
||||
#define RIPPLE_USE_MT_ANNOUNCE 0
|
||||
#endif
|
||||
|
||||
// Here temporarily
|
||||
// Controls whether or not the new RPCService::Manager logic will be
|
||||
// used to invoke RPC commands before they pass to the original code.
|
||||
#ifndef RIPPLE_USE_RPC_SERVICE_MANAGER
|
||||
#define RIPPLE_USE_RPC_SERVICE_MANAGER 0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user