summaryrefslogtreecommitdiff
path: root/src/repodata.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2008-03-19 18:22:35 +0000
committerMichael Schroeder <mls@suse.de>2008-03-19 18:22:35 +0000
commita9aced283d268928888b2e6acdb0ce72bd56b42e (patch)
tree7803b921f847bb4dd96a178716e7b3de65ee66aa /src/repodata.h
parent267175ef18ce624db1617aa01ac848ef2602016e (diff)
downloadlibsolv-a9aced283d268928888b2e6acdb0ce72bd56b42e.tar.gz
libsolv-a9aced283d268928888b2e6acdb0ce72bd56b42e.tar.bz2
libsolv-a9aced283d268928888b2e6acdb0ce72bd56b42e.zip
- write info block containing addedprovides
- do not load filelist in addfileproviders if the provides are already there - fix some mem leaks
Diffstat (limited to 'src/repodata.h')
-rw-r--r--src/repodata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repodata.h b/src/repodata.h
index 49d8e0c..8e3ffcd 100644
--- a/src/repodata.h
+++ b/src/repodata.h
@@ -101,6 +101,7 @@ typedef struct _Repodata {
Id *attriddata; /* their id space */
unsigned int attriddatalen;
+ Id *addedfileprovides;
} Repodata;
/* Search key <keyname> (all keys, if keyname == 0) for Id <entry>