X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpooltypes.h;h=c69f3755010eb8253d7dd59aa4c0cb6a3aa82b35;hb=11600c0259c8cd27ad8c87b16421e65030b4b126;hp=e1f77b0ecc39d953d663f079720eaa0adb85b4d5;hpb=5f5ff9576322b449fca131df791f4748e412df5f;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/pooltypes.h b/src/pooltypes.h index e1f77b0..c69f375 100644 --- a/src/pooltypes.h +++ b/src/pooltypes.h @@ -23,9 +23,12 @@ #define SOLV_VERSION_6 6 #define SOLV_VERSION_7 7 #define SOLV_VERSION_8 8 +#define SOLV_VERSION_9 9 -#define SOLV_FLAG_PREFIX_POOL 4 -#define SOLV_FLAG_SIZE_BYTES 8 +#define SOLV_FLAG_PREFIX_POOL 4 +#define SOLV_FLAG_SIZE_BYTES 8 +#define SOLV_FLAG_USERDATA 16 +#define SOLV_FLAG_IDARRAYBLOCK 32 struct s_Stringpool; typedef struct s_Stringpool Stringpool;