Adding constant for new register_logger event
This commit is contained in:
parent
f4a9d2dd09
commit
d6374488eb
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
-define(CMD_PUT_COMMIT, 14).
|
||||
-define(CMD_REMOVE_DB, 15).
|
||||
-define(CMD_TRUNCATE, 16).
|
||||
-define(CMD_REGISTER_LOGGER, 17).
|
||||
|
||||
-define(DB_TYPE_BTREE, 1).
|
||||
-define(DB_TYPE_HASH, 2).
|
||||
|
|
Loading…
Reference in a new issue