From: Derrick Brashear Date: Wed, 27 Jun 2007 17:30:46 +0000 (+0000) Subject: DEVEL15-forceallnewconns-prototype-20070627 X-Git-Tag: openafs-devel-1_5_21~30 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=161fdbb6f4a59b6954b81aa83e6d09de3d2944e6;p=packages%2Fo%2Fopenafs.git DEVEL15-forceallnewconns-prototype-20070627 missed this earlier. linux wants it. (cherry picked from commit 6e2737190a46c9043ceb2bd7285471f00273a995) --- diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 8b97f1a66..8a71b401d 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -735,6 +735,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);