diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 6a4a36171560..7633408ead0e 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -16,6 +16,8 @@ typedef enum { typedef enum { actUnknown = 0, actCopyPath = 100, + actDownload = 101, + actRealise = 102, } ActivityType; class Activity @@ -38,10 +40,6 @@ typedef enum { evBuildStarted = 1, evBuildOutput = 2, evBuildFinished = 3, - evDownloadCreated = 4, - evDownloadDestroyed = 5, - evDownloadProgress = 6, - evDownloadSucceeded = 7, evSubstitutionCreated = 8, evSubstitutionStarted = 9, evSubstitutionFinished = 10, |