1: /*
   2:  *	a bid from a machine
   3:  */
   4: #define NOBID -1.0
   5: struct bidmsg {
   6:     double  bm_bid;         /* highest is best */
   7:     char    bm_host[HOSTNAMESIZE];
   8:     char    bm_dir[PATHSIZE];   /* the directory to use */
   9: };
  10: 
  11: /*
  12:  *	the bids
  13:  */
  14: struct bid {
  15:     struct hostdef  *b_host;
  16:     struct bid      *b_next;
  17:     double      b_bid;
  18: };

Defined struct's

bid defined in line 14; used 10 times
bidmsg defined in line 5; used 8 times

Defined macros

NOBID defined in line 4; used 1 times

Usage of this include

Last modified: 1983-07-21
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 697
Valid CSS Valid XHTML 1.0 Strict