From 6b2b9d303e61599d566a70b6e3100b9afe400d4b Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 6 Jan 2009 19:44:54 +0200 Subject: db: restructure in-memory organization --- src/apk_package.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apk_package.h') diff --git a/src/apk_package.h b/src/apk_package.h index fdfe5b7..1978aca 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -59,7 +59,7 @@ struct apk_package { /* for installed packages only */ struct list_head installed_pkgs_list; - struct hlist_head owned_files; + struct hlist_head owned_dirs; struct hlist_head scripts; }; APK_ARRAY(apk_package_array, struct apk_package *); -- cgit v1.2.3