DataAuxData.eof

The flag to indicate whether EOF was reached or not. Initially |eof| is 0. It becomes 1 after all data were read.

struct DataAuxData
bool eof;

Meta