summaryrefslogtreecommitdiff
path: root/src/apk_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_solver.h')
-rw-r--r--src/apk_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_solver.h b/src/apk_solver.h
index 235ac0c..7dd2914 100644
--- a/src/apk_solver.h
+++ b/src/apk_solver.h
@@ -15,6 +15,7 @@
struct apk_change {
struct apk_package *oldpkg;
struct apk_package *newpkg;
+ unsigned short repository_tag;
};
APK_ARRAY(apk_change_array, struct apk_change);
@@ -25,7 +26,6 @@ struct apk_changeset {
#define APK_SOLVERF_UPGRADE 0x0001
#define APK_SOLVERF_AVAILABLE 0x0002
#define APK_SOLVERF_REINSTALL 0x0004
-#define APK_SOLVERF_PREFER_TAG 0x0008
void apk_solver_set_name_flags(struct apk_name *name,
unsigned short solver_flags,