From fb169fc5933bedfe842375cb83608d7776d15767 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 31 Mar 2025 16:21:20 +0200 Subject: [PATCH] SEARCH_THISSOLVID is in use by libzypp --- src/dataiterator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dataiterator.h b/src/dataiterator.h index f45abb6a..efa76b7e 100644 --- a/src/dataiterator.h +++ b/src/dataiterator.h @@ -63,9 +63,10 @@ typedef struct s_KeyValue { /* internal */ #ifdef LIBSOLV_INTERNAL #define SEARCH_SUBSCHEMA (1<<30) -#define SEARCH_THISSOLVID (1<<31) #endif +#define SEARCH_THISSOLVID (1<<31) + /* obsolete */ #define SEARCH_COMPLETE_FILELIST 0 /* ignored, this is the default */ -- 2.47.2