From 2677da127b99bc4e6d904de3f14b8fe3f781740f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 15:16:47 +0200 Subject: Integrate database statement tracing into our diagnostics machinery --- bpkg/database | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/database') diff --git a/bpkg/database b/bpkg/database index 820555d..c4ace56 100644 --- a/bpkg/database +++ b/bpkg/database @@ -8,6 +8,7 @@ #include #include +#include namespace bpkg { @@ -15,7 +16,7 @@ namespace bpkg using odb::sqlite::transaction; database - open (const dir_path& configuration, bool create = false); + open (const dir_path& configuration, tracer&, bool create = false); } #endif // BPKG_DATABASE -- cgit v1.1