/* General parameter definitions for Eurogam Sort */ #ifndef INCstatstruct #define INCstatstruct /* Following ptr is set by local_init to environment requirements */ struct statistics_record { int blocks_read1; /* SORT */ int blocks_read2; /* SORT */ int blocks_read3; /* SORT */ int blocks_read4; /* SORT */ int blocks_output1; /* EB SORT */ int blocks_output2; /* EB SORT */ int blocks_output3; /* EB SORT */ int blocks_output4; /* EB SORT */ int events_read1; /* EB SORT */ int events_read2; /* SORT */ int events_read3; /* SORT */ int events_read4; /* SORT */ int events_output1; /* EB SORT */ int events_output2; /* EB SORT */ int events_output3; /* EB SORT */ int events_output4; /* EB SORT */ int bad_address; /* EB */ int bad_blockstart; /* EB */ int no_blockend; /* EB */ int repeated_word; /* EB */ int internal_error; /* EB */ int no_startevent; /* EB */ int unexpected_data; /* EB */ int no_endevent; /* EB */ int no_endsubevent; /* EB */ int no_triggerwords; /* EB */ int bad_startevent; /* EB */ int spare1; }; #endif