|
|
1.1 ! root 1: /* ! 2: ** RESP.H -- response blocks ! 3: ** ! 4: ** Version: ! 5: ** @(#)resp.h 7.1 2/5/81 ! 6: */ ! 7: ! 8: struct resp ! 9: { ! 10: short resp_resp; /* the function value */ ! 11: char resp_active; /* > 0 if in use */ ! 12: long resp_time; /* elapsed time */ ! 13: long resp_tups; /* count of tuples touched */ ! 14: long resp_pread; /* pages read */ ! 15: long resp_pwrit; /* pages written */ ! 16: /* PARM resp_rval; /* the module return value */ ! 17: }; ! 18: ! 19: extern struct resp Resp; /* the current response */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.