diff options
author | Determinant <[email protected]> | 2019-04-17 14:54:24 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-04-17 14:54:24 -0400 |
commit | cbfda8ccc88789cd3c83c63b6e18693e7dea718d (patch) | |
tree | 98e114ecc4f923f7e435c7ab94524e512e94fc14 /src/client.cpp | |
parent | d859aa2cd2db03ef66f305a265ae908ef41d6a72 (diff) |
support auto client command for evaluation
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index c1b571c..ee4b7dd 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -20,5 +20,8 @@ namespace hotstuff { const opcode_t MsgReqCmd::opcode; const opcode_t MsgRespCmd::opcode; +#ifdef HOTSTUFF_AUTOCLI +const opcode_t MsgDemandCmd::opcode; +#endif } |