diff options
Diffstat (limited to 'cmds/installd/CacheItem.h')
-rw-r--r-- | cmds/installd/CacheItem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/installd/CacheItem.h b/cmds/installd/CacheItem.h index afbb15dafb..84b77aabb2 100644 --- a/cmds/installd/CacheItem.h +++ b/cmds/installd/CacheItem.h @@ -31,8 +31,8 @@ namespace installd { /** * Single cache item that can be purged to free up space. This may be an - * isolated file, or an entire directory tree that should be atomically - * deleted. + * isolated file, or an entire directory tree that should be deleted as a + * group. */ class CacheItem { public: @@ -46,7 +46,7 @@ public: short level; bool directory; - bool atomic; + bool group; bool tombstone; int64_t size; time_t modified; |