diff options
| author | liuchang <[email protected]> | 2023-03-28 03:55:32 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-28 03:55:32 +0000 |
| commit | 124c9d0513149efe9d7950936b659136057e0f6f (patch) | |
| tree | ae2769723aeb3f17c34a4447ea6ae377c1c31045 /shaping/test/stub.cpp | |
| parent | 9d5fd0099aa04d253ef08b4c7606ad3fa4a914ef (diff) | |
fix zlog
Diffstat (limited to 'shaping/test/stub.cpp')
| -rw-r--r-- | shaping/test/stub.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shaping/test/stub.cpp b/shaping/test/stub.cpp index 9d91b7e..b49bafd 100644 --- a/shaping/test/stub.cpp +++ b/shaping/test/stub.cpp @@ -272,6 +272,11 @@ int swarmkv_options_set_log_path(struct swarmkv_options *opts, const char *logpa return 0; } +int swarmkv_options_set_log_level(struct swarmkv_options *opts, int loglevel) +{ + return 0; +} + void swarmkv_tconsume(struct swarmkv * db, const char * key, size_t keylen, long long tokens, swarmkv_on_reply_callback_t *cb, void *cb_arg) { int actual_tokens; |
