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 db7ce23..293ef3c 100644 --- a/shaping/test/stub.cpp +++ b/shaping/test/stub.cpp @@ -481,6 +481,11 @@ struct maat *maat_new(struct maat_options *opts, const char *table_info_path) return instance; } +int maat_options_set_logger(struct maat_options *opts, const char *log_path, enum log_level level) +{ + return 0; +} + void maat_options_free(struct maat_options *opts) { return; |
