- 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 2b55331..49518ad 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