aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/logging.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-08-15 15:31:59 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-08-16 20:56:03 +0200
commitdff12b38f9d836fd0a58abc41286a9ad6b602aa5 (patch)
tree45b98bf221c07bf0bd34f1e87abb1dd2048875eb /src/libutil/logging.hh
parentbf1f123b09ec7402b0565808619e11b5bfe6b16b (diff)
Progress indicator: More improvements
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r--src/libutil/logging.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh
index b6ab3d7d3..097d486ef 100644
--- a/src/libutil/logging.hh
+++ b/src/libutil/logging.hh
@@ -19,6 +19,8 @@ typedef enum {
actDownload = 101,
actRealise = 102,
actCopyPaths = 103,
+ actBuilds = 104,
+ actBuild = 105,
} ActivityType;
class Activity
@@ -36,10 +38,7 @@ public:
};
typedef enum {
- evBuildCreated = 0,
- evBuildStarted = 1,
evBuildOutput = 2,
- evBuildFinished = 3,
evStartActivity = 1000,
evStopActivity = 1001,