aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/operation.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-10-20 15:16:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-10-20 15:16:28 +0200
commit51666badaa58d1cc70a05b362dbf9fbef64a7296 (patch)
tree2919f013c9c1c12c7d31ee0b60eb0fbcb4130558 /libbuild2/operation.cxx
parentecc0f934eff0443490202b614a73097e75b1e3db (diff)
Add operation callback for adhoc rule match and apply
Diffstat (limited to 'libbuild2/operation.cxx')
-rw-r--r--libbuild2/operation.cxx6
1 files changed, 6 insertions, 0 deletions
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
};
}