Skip to content

Commit fb169fc

Browse files
committed
SEARCH_THISSOLVID is in use by libzypp
1 parent 04c2f0a commit fb169fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dataiterator.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ typedef struct s_KeyValue {
6363
/* internal */
6464
#ifdef LIBSOLV_INTERNAL
6565
#define SEARCH_SUBSCHEMA (1<<30)
66-
#define SEARCH_THISSOLVID (1<<31)
6766
#endif
6867

68+
#define SEARCH_THISSOLVID (1<<31)
69+
6970
/* obsolete */
7071
#define SEARCH_COMPLETE_FILELIST 0 /* ignored, this is the default */
7172

0 commit comments

Comments
 (0)