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 */

Defined struct's

resp defined in line 8; used 2 times
  • in line 19(2)
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 623
Valid CSS Valid XHTML 1.0 Strict