diff options
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 02b43ea..9285120 100644 --- a/shaping/test/stub.cpp +++ b/shaping/test/stub.cpp @@ -232,6 +232,11 @@ int clock_gettime (clockid_t __clock_id, struct timespec *__tp) /**************stub of swarmkv*****************/ +void swarmkv_register_thread(struct swarmkv *db) +{ + return; +} + struct swarmkv_options* swarmkv_options_new(void) { return NULL; |
