Annotation of 43BSD/ingres/source/h/resp.h, revision 1.1

1.1     ! root        1: /*
        !             2: **  RESP.H -- response blocks
        !             3: **
        !             4: **     Version:
        !             5: **             @(#)resp.h      8.1     12/31/84
        !             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 */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.