From: Derrick Brashear Date: Wed, 27 Jun 2007 17:29:35 +0000 (+0000) Subject: forceallnewconns-prototype-20070627 X-Git-Tag: BP-openafs-windows-kdfs-ifs~636 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6e2737190a46c9043ceb2bd7285471f00273a995;p=packages%2Fo%2Fopenafs.git forceallnewconns-prototype-20070627 missed this earlier. linux wants it. --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index e61eaff00..4d5589aaf 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -736,6 +736,7 @@ extern struct server *afs_GetServer(afs_uint32 * aserver, afs_int32 nservers, afs_int32 acell, u_short aport, afs_int32 locktype, afsUUID * uuidp, afs_int32 addr_uniquifier); +extern void ForceAllNewConnections(void); extern void afs_MarkServerUpOrDown(struct srvAddr *sa, int a_isDown); extern void afs_ServerDown(struct srvAddr *sa); extern void afs_CountServers(void);