diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-31T13·25+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-31T13·25+0200 |
commit | fd73c1e20a7aaefcb69db3e6b2f081e1a5e20406 (patch) | |
tree | d3134fc81e2895e3e2837df6eb457efab28e3fea /src/libutil/logging.hh | |
parent | c2154d4c8422ddc1c201d503bb52edff854af2ad (diff) |
Add an activity for binary cache queries
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 414309a52463..21898c03a276 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -24,6 +24,7 @@ typedef enum { actOptimiseStore = 106, actVerifyPaths = 107, actSubstitute = 108, + actQueryPathInfo = 109, } ActivityType; typedef enum { |