From: Jeffrey Altman Date: Sun, 5 Mar 2006 22:31:11 +0000 (+0000) Subject: viced-host-type-consistency-20060305 X-Git-Tag: mp-rxtcp-20060314~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f803153c992af44cea18f4c948c7f3fb2a72da45;p=packages%2Fo%2Fopenafs.git viced-host-type-consistency-20060305 make sure all the types for host and port are consistent --- diff --git a/src/viced/host.h b/src/viced/host.h index d1a40ecb3..3c6d6200e 100644 --- a/src/viced/host.h +++ b/src/viced/host.h @@ -66,10 +66,10 @@ struct host { /* holds on this host; 1 bit per lwp. * A hold prevents this structure and * inferior structures from disappearing */ - unsigned int host; /* IP address of host interface that is + afs_uint32 host; /* IP address of host interface that is * currently being used, in network * byte order */ - unsigned short port; /* port address of host */ + afs_uint16 port; /* port address of host */ char Console; /* XXXX This host is a console */ unsigned short hostFlags; /* bit map */ #if FS_STATS_DETAILED