diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 04:48:35 +0000 |
commit | 207df6fc406e81bfeebdff7f404bd242ff3f099f (patch) | |
tree | a1a796b056909dd0a04ffec163db9363a8757808 /test/drive_logfile.cc | |
parent | Releasing progress-linux version 0.11.2-1~progress7.99u1. (diff) | |
download | lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip |
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | test/drive_logfile.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/drive_logfile.cc b/test/drive_logfile.cc index 2da37dd..52f8baa 100644 --- a/test/drive_logfile.cc +++ b/test/drive_logfile.cc @@ -37,6 +37,7 @@ #include <sys/types.h> #include <unistd.h> +#include "base/injector.bind.hh" #include "base/injector.hh" #include "base/opt_util.hh" #include "config.h" @@ -54,6 +55,9 @@ typedef enum { MODE_LEVELS, } dl_mode_t; +static auto bound_file_options_hier + = injector::bind<lnav::safe_file_options_hier>::to_singleton(); + time_t time(time_t* _unused) { |