From 51666badaa58d1cc70a05b362dbf9fbef64a7296 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Oct 2020 15:16:28 +0200 Subject: Add operation callback for adhoc rule match and apply --- libbuild2/operation.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbuild2/operation.cxx') diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 1594d8b..12aba0c 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -606,6 +606,8 @@ namespace build2 execution_mode::first, 1 /* concurrency */, nullptr, + nullptr, + nullptr, nullptr }; @@ -630,6 +632,8 @@ namespace build2 execution_mode::first, 1 /* concurrency */, nullptr, + nullptr, + nullptr, nullptr }; @@ -644,6 +648,8 @@ namespace build2 execution_mode::last, 1 /* concurrency */, nullptr, + nullptr, + nullptr, nullptr }; } -- cgit v1.1