
Data Fields | |
| FILE * | input |
| Input file (argument for getword() function). | |
| results * | prefs |
| Pointer to the structure with results. | |
| db * | stats |
| Pointer to the database with statistics. | |
| const char * | condition |
| Condition string. | |
| const char * | statsstr |
| String with statistics to count. | |
| bool | suffix |
| Do we want suffix or prefix? | |
Because several threads shares same informations, let's use this structure as a part of thread initialization data.
1.5.7.1