summaryrefslogtreecommitdiff
path: root/src/apk_package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 1d9ca6e..e7e0a53 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -93,6 +93,7 @@ struct apk_package {
unsigned marked : 1;
unsigned uninstallable : 1;
unsigned cached_non_repository : 1;
+ unsigned layer : 4;
struct apk_checksum csum;
};
APK_ARRAY(apk_package_array, struct apk_package *);