From dc2a09c8ac265186ee78e025f45a523c53e3218d Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:33:16 -0500 Subject: opkg: introduce active list into pkg_t git-svn-id: http://opkg.googlecode.com/svn/trunk@173 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/pkg.h') diff --git a/libopkg/pkg.h b/libopkg/pkg.h index e7239f1..a7c98ec 100644 --- a/libopkg/pkg.h +++ b/libopkg/pkg.h @@ -24,6 +24,7 @@ #include "pkg_vec.h" #include "str_list.h" +#include "active_list.h" #include "pkg_src.h" #include "pkg_dest.h" #include "opkg_conf.h" @@ -135,6 +136,7 @@ struct pkg int recommends_count; char **suggests_str; int suggests_count; + struct active_list list; /* Used for installing|upgrading */ compound_depend_t * depends; /* Abhaya: new conflicts */ -- cgit v0.9.1