From f803153c992af44cea18f4c948c7f3fb2a72da45 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 5 Mar 2006 22:31:11 +0000 Subject: [PATCH] viced-host-type-consistency-20060305 make sure all the types for host and port are consistent --- src/viced/host.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5