diff options
Diffstat (limited to 'src/t_spread_sketch.h')
| -rw-r--r-- | src/t_spread_sketch.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/t_spread_sketch.h b/src/t_spread_sketch.h new file mode 100644 index 0000000..e8f6180 --- /dev/null +++ b/src/t_spread_sketch.h @@ -0,0 +1,11 @@ +#pragma once +#include "swarmkv_common.h" +#include "swarmkv_cmd_spec.h" + +enum cmd_exec_result ssinitbydim_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result ssinitbycapacity_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result ssadd_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result sslist_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result ssinfo_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result ssquery_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply); +enum cmd_exec_result ssmquery_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, struct swarmkv_reply **reply);
\ No newline at end of file |
