$NetBSD: patch-dg,v 1.1 1999/04/28 23:56:34 rvb Exp $ diff -u /usr/pkgsrc/net/coda-5.2.2/coda-src/venus/comm.h ./coda-src/venus/comm.h --- /usr/pkgsrc/net/coda-5.2.2/coda-src/venus/comm.h Thu Mar 11 23:17:33 1999 +++ ./coda-src/venus/comm.h Wed Apr 28 13:01:26 1999 @@ -258,6 +258,7 @@ unsigned Xbinding : 1; /* 1 --> BINDING, 0 --> NOT_BINDING */ unsigned probeme : 1; /* should ProbeD probe this server? */ unsigned userbw : 1; /* is current BW set by the user? */ + unsigned isweak : 1; /* is this server considered weak */ unsigned long bw; /* bandwidth estimate, Bytes/sec */ unsigned long bwvar; /* variance of the bandwidth estimate */ struct timeval lastobs; /* time of most recent estimate */ @@ -553,7 +554,6 @@ extern int COPModes; extern int UseMulticast; extern char myHostName[]; -extern unsigned long myHostId; extern int rpc2_retries; extern int rpc2_timeout; extern int sftp_windowsize;