diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index edc3553f6942..bb89643d0a0b 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -21,6 +21,7 @@ typedef enum { actCopyPaths = 103, actBuilds = 104, actBuild = 105, + actOptimiseStore = 106, } ActivityType; typedef uint64_t ActivityId; |