aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_provider_data.h
Commit message (Collapse)AuthorAgeFilesLines
* solver: merge apk_name_state to apk_nameTimo Teräs2012-02-291-0/+27
apk_name_state is now quite small; and we avoid overhead of two pointers (+ malloc overhead) when we just make it part of apk_name. It also fixes some problems (that got introduced) where apk_name_state was not allocated.