]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- make noobsmap public again for now, to be reverted
authorMichael Schroeder <mls@suse.de>
Mon, 9 Jan 2012 17:05:57 +0000 (18:05 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 9 Jan 2012 17:05:57 +0000 (18:05 +0100)
src/transaction.h

index 2b55331e71ef5516858d003e02f8523e01d1bff3..49518ad0cf0b2c3019727d08516071a90d9eca54 100644 (file)
@@ -30,11 +30,12 @@ typedef struct _Transaction {
 
   Queue steps;                 /* the transaction steps */
 
+  Map noobsmap;                        /* public for now */
+
 #ifdef LIBSOLV_INTERNAL
   Queue transaction_info;
   Id *transaction_installed;
   Map transactsmap;
-  Map noobsmap;
 
   struct _TransactionOrderdata *orderdata;
 #endif