From f02f326238fd1e6424bf914e102ce265e7c156ec Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 6 Aug 2009 16:00:20 +0300 Subject: db: prefer local repositories, and implement --no-network this helps boots sequence when network is not available. --- src/apk_state.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/apk_state.h') diff --git a/src/apk_state.h b/src/apk_state.h index 88a5ad0..72c02b9 100644 --- a/src/apk_state.h +++ b/src/apk_state.h @@ -4,7 +4,7 @@ * Copyright (C) 2008 Timo Teräs * All rights reserved. * - * This program is free software; you can redistribute it and/or modify it + * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. See http://www.gnu.org/ for details. */ @@ -24,6 +24,7 @@ struct apk_change { struct apk_state { unsigned int refs, num_names; + struct apk_database *db; struct list_head change_list_head; apk_name_state_t name[]; }; -- cgit v1.2.3-60-g2f50