new rpc code: OB_GET_SERVER_STATUS

This commit is contained in:
obdev
2023-03-20 22:13:55 +08:00
committed by ob-robot
parent 401e98e126
commit 0eb6aa1779

View File

@ -97,6 +97,7 @@ PCODE_DEF(OB_WASH_MEMORY_FRAGMENTATION, 0x150)
PCODE_DEF(OB_GET_TENANT_TABLE_SCHEMA, 0x151)
PCODE_DEF(OB_SEND_HEARTBEAT, 0x152)
PCODE_DEF(OB_CHECK_SERVER_FOR_ADDING_SERVER, 0x153)
PCODE_DEF(OB_GET_SERVER_STATUS, 0x154)
// remote interrupt call
PCODE_DEF(OB_REMOTE_INTERRUPT_CALL, 0x1EE)