diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-14 10:47:20 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-14 10:47:20 +0300 |
commit | f1985b03bdf77c049cc28b25fe6275867c25ba49 (patch) | |
tree | 54951693bad97b824e2a8f4f7fcfbd4727ca9d69 /src/apk_database.h | |
parent | 4562f44f9bac793b8397fdf35491da5d7ef815fa (diff) | |
download | apk-tools-f1985b03bdf77c049cc28b25fe6275867c25ba49.tar.gz apk-tools-f1985b03bdf77c049cc28b25fe6275867c25ba49.tar.bz2 apk-tools-f1985b03bdf77c049cc28b25fe6275867c25ba49.tar.xz apk-tools-f1985b03bdf77c049cc28b25fe6275867c25ba49.zip |
hash: allow caching of hash value
Diffstat (limited to 'src/apk_database.h')
-rw-r--r-- | src/apk_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h index 1a2ffb8..31f83f2 100644 --- a/src/apk_database.h +++ b/src/apk_database.h @@ -38,6 +38,7 @@ struct apk_db_file { struct apk_db_dir { apk_hash_node hash_node; + unsigned int hash; struct hlist_head files; struct apk_db_dir *parent; |