From a14b9bc18431c6aed8441261d28b6ff20bd25935 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 14:44:32 +0200 Subject: Initial take on header unit and include translation support --- build2/depdb.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build2/depdb.hxx') diff --git a/build2/depdb.hxx b/build2/depdb.hxx index ceb58ac..af9b9e3 100644 --- a/build2/depdb.hxx +++ b/build2/depdb.hxx @@ -114,6 +114,13 @@ namespace build2 void close (); + // Flush any unwritten data to disk. This is primarily useful when reusing + // a (partially written) database as an input to external programs (e.g., + // as a module map). + // + void + flush (); + // Perform target/database modification times sanity check. // // Note that it would also be good to compare the target timestamp against -- cgit v1.1