diff options
| author | George Hazan <ghazan@miranda.im> | 2018-03-30 22:50:46 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-03-30 22:50:46 +0300 |
| commit | 628f23ab62e342bb0b1dddedb563e7f13faf9528 (patch) | |
| tree | 55c97c8453e2dc0036dfa65fb5eb268c886ada13 /plugins/Dbx_mdbx/src/libmdbx/test/log.cc | |
| parent | 67cd8dbde997606b40bd7dc2712ccc4c66d8d06f (diff) | |
merge with the final version of libmdbx
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/test/log.cc')
| -rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/test/log.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/test/log.cc b/plugins/Dbx_mdbx/src/libmdbx/test/log.cc index 8697effd8f..6ad33ced35 100644 --- a/plugins/Dbx_mdbx/src/libmdbx/test/log.cc +++ b/plugins/Dbx_mdbx/src/libmdbx/test/log.cc @@ -285,3 +285,5 @@ void log_trouble(const char *where, const char *what, int errnum) { bool log_enabled(const logging::loglevel priority) { return (priority >= logging::level); } + +void log_flush(void) { fflushall(); } |
