Offset whatprovidesdataoff; /* next free slot within whatprovidesdata */
int whatprovidesdataleft; /* number of 'free slots' within whatprovidesdata */
- Offset *whatprovidesaux;
- Offset whatprovidesauxoff;
- Id *whatprovidesauxdata;
- Offset whatprovidesauxdataoff;
-
/* If nonzero, then consider only the solvables with Ids set in this
bitmap for solving. If zero, consider all solvables. */
Map *considered;
int addedfileprovides; /* true: application called addfileprovides */
Queue lazywhatprovidesq; /* queue to store old whatprovides offsets */
int nowhatprovidesaux; /* don't allocate and use the whatprovides aux helper */
+ Offset *whatprovidesaux;
+ Offset whatprovidesauxoff;
+ Id *whatprovidesauxdata;
+ Offset whatprovidesauxdataoff;
+
#endif
};