CARS
|
Data Fields | |
int | city_found |
int | begin_from |
reqoff_t * | found_off |
struct assoc * | next |
Struttura utilizzata per gestire i match che son stati trovati.
Numero di citta' da cui partire relativo all'offerta relativa a questo step
Referenced by createAssoc(), findRec(), and updateOfferList().
Numero di citta' che soddisfano questo step del match
Referenced by createAssoc(), findRec(), and updateOfferList().
Puntatore all'offerta che soddisfa questo step
Referenced by createAssoc(), findRec(), and updateOfferList().
struct assoc* assoc::next |
puntatore alla prossima struttura
Referenced by findRec(), and freeAssocList().