- If Hooks::onExit indicates changes, TDB2::commit is called.
This commit is contained in:
Paul Beckingham 2014-08-09 21:06:58 -04:00
parent 4ef189d7b6
commit 8ee02c8bac

View file

@ -279,7 +279,8 @@ int Context::run ()
try
{
rc = dispatch (output);
hooks.onExit ();
if (hooks.onExit ())
tdb2.commit ();
std::stringstream s;
s << "Perf "