From e59e963f1f1b1e0d42474f25d6564ec5e949bca1 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 6 Apr 2005 21:00:57 +0000 Subject: reverted back to trans->packages instead of install and remove queues --- lib/libalpm/trans.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libalpm/trans.h') diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index 74ea7e8c..98732fbf 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -35,8 +35,7 @@ typedef struct __pmtrans_t { unsigned char flags; unsigned char state; PMList *targets; /* PMList of (char *) */ - PMList *install_q; /* PMList of (pmpkginfo_t *) */ - PMList *remove_q; /* PMList of (pmpkginfo_t *) */ + PMList *packages; /* PMList of (pmpkginfo_t *) */ alpm_trans_cb cb; } pmtrans_t; -- cgit v1.2.3-24-g4f1b