- add SUSETAGS_RECORD_SHARES feature to correctly handle shared data when extending...
[platform/upstream/libsolv.git] / ext / repo_susetags.h
index f922dbf..975622e 100644 (file)
@@ -10,5 +10,6 @@
  */
 
 #define SUSETAGS_EXTEND                        (1 << 9)
+#define SUSETAGS_RECORD_SHARES         (1 << 10)
 
 extern void repo_add_susetags(Repo *repo, FILE *fp, Id defvendor, const char *language, int flags);