mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
rpc: blanket initialize 0MQ request and response structures
This commit is contained in:
parent
e19652df51
commit
f5f7c2ac24
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class classname \
|
||||||
// NOTE: when using a type with multiple template parameters,
|
// NOTE: when using a type with multiple template parameters,
|
||||||
// replace any comma in the template specifier with the macro
|
// replace any comma in the template specifier with the macro
|
||||||
// above, or the preprocessor will eat the comma in a bad way.
|
// above, or the preprocessor will eat the comma in a bad way.
|
||||||
#define RPC_MESSAGE_MEMBER(type, name) type name;
|
#define RPC_MESSAGE_MEMBER(type, name) type name = type{}
|
||||||
|
|
||||||
|
|
||||||
namespace cryptonote
|
namespace cryptonote
|
||||||
|
|
Loading…
Reference in a new issue