X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpool.h;h=9761ce1434aa70120a8e8bf32dbf721dddd4ea95;hb=refs%2Ftags%2Fupstream%2F0.6.5;hp=d29f6153794519bb9f2b9e75a77699326d0e2387;hpb=1be9896f3702c4996e1a43e1c9b5c18366ff42b9;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/pool.h b/src/pool.h index d29f615..9761ce1 100644 --- a/src/pool.h +++ b/src/pool.h @@ -346,10 +346,13 @@ void pool_search(Pool *pool, Id p, Id key, const char *match, int flags, int (*c void pool_clear_pos(Pool *pool); +#define DUCHANGES_ONLYADD 1 + typedef struct _DUChanges { const char *path; int kbytes; int files; + int flags; } DUChanges; void pool_calc_duchanges(Pool *pool, Map *installedmap, DUChanges *mps, int nmps);