diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index b6ab3d7d3b8f..097d486eff9c 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, |