From: Jeffrey Altman Date: Sun, 5 Mar 2006 22:31:38 +0000 (+0000) Subject: STABLE14-viced-host-type-consistency-20060305 X-Git-Tag: openafs-stable-1_4_1-rc10~25 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=63f8c18c10715da72085e6c793f5f4a34ab60939;p=packages%2Fo%2Fopenafs.git STABLE14-viced-host-type-consistency-20060305 make sure all the types for host and port are consistent (cherry picked from commit f803153c992af44cea18f4c948c7f3fb2a72da45) --- diff --git a/src/viced/host.h b/src/viced/host.h index 73ee45be9..417e43be6 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