diff options
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 349ea7d..070b3a6 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -105,8 +105,10 @@ struct apk_database { unsigned name_id, num_repos; const char *cache_dir; apk_blob_t *arch; - int permanent; unsigned int local_repos; + int permanent : 1; + int compat_newfeatures : 1; + int compat_notinstallable : 1; struct apk_dependency_array *world; struct apk_string_array *protected_paths; |