From 4f33ab1992fad680478e70e3c1adf466fea08d9b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 7 Jun 2004 20:52:51 +0000 Subject: [PATCH] export-havecallbacksfrom-20040607 i suck, the PCallBackAddr stuff needs this --- src/afs/afs_prototypes.h | 1 + src/afs/afs_server.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index c4875b6..d9f46a8 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -711,6 +711,7 @@ extern int afsi_SetServerIPRank(struct srvAddr *sa, afs_int32 addr, void afsi_SetServerIPRank(struct srvAddr *sa, struct in_ifaddr *ifa); #endif #endif +extern int HaveCallBacksFrom(struct server *aserver); diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index 99d64d3..b70a8ab 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -259,7 +259,7 @@ afs_ServerDown(struct srvAddr *sa) /* return true if we have any callback promises from this server */ -static int +int HaveCallBacksFrom(struct server *aserver) { register afs_int32 now; -- 1.9.4