diff options
Diffstat (limited to 'src/t_topk.c')
| -rw-r--r-- | src/t_topk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/t_topk.c b/src/t_topk.c index 558d22b..1d22278 100644 --- a/src/t_topk.c +++ b/src/t_topk.c @@ -182,4 +182,5 @@ enum cmd_exec_result topklist_command(struct swarmkv_module *mod_store, const st enum cmd_exec_result topkquery_command(struct swarmkv_module *mod_store, const struct swarmkv_cmd *cmd, const node_t *accessing_node, struct swarmkv_reply **reply) { // TODO + return FINISHED; }
\ No newline at end of file |
