From 0342dc2fcdd78ef28a4e59d84193a3807068d726 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Apr 2016 07:57:19 +0200 Subject: New configuration logic, iteration 1 --- build2/operation | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/operation') diff --git a/build2/operation b/build2/operation index 688663b..152353b 100644 --- a/build2/operation +++ b/build2/operation @@ -174,6 +174,7 @@ namespace build2 struct meta_operation_info { + const meta_operation_id id; const string name; // Name derivatives for diagnostics. If empty, then the meta- @@ -253,6 +254,7 @@ namespace build2 // struct operation_info { + const operation_id id; const string name; // Name derivatives for diagnostics. Note that unlike meta-operations, -- cgit v1.1