|
|
1.1 root 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: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.