]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
forceallnewconns-prototype-20070627
authorDerrick Brashear <shadow@dementia.org>
Wed, 27 Jun 2007 17:29:35 +0000 (17:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Jun 2007 17:29:35 +0000 (17:29 +0000)
missed this earlier. linux wants it.

src/afs/afs_prototypes.h

index e61eaff00f2b874167c7a473c9e10afd504a4729..4d5589aaf67ca90a923068016749d70772db4e00 100644 (file)
@@ -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);