1 2 3 4 5 6 7 8
#include "hotstuff/client.h" namespace hotstuff { const opcode_t MsgReqCmd::opcode; const opcode_t MsgRespCmd::opcode; }