From: Jeffrey Altman Date: Tue, 5 Feb 2008 18:56:27 +0000 (+0000) Subject: STABLE14-multi-rx-calls-20080205 X-Git-Tag: openafs-stable-1_4_7pre1~40 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8642cc71c4325b51c5a6f19da701d7d8db7b03b3;p=packages%2Fo%2Fopenafs.git STABLE14-multi-rx-calls-20080205 LICENSE MIT Add multi versions of RXAFS_GetCapabilities, RXAFS_GiveUpAllCallBacks, and VL_ProbeServer. (cherry picked from commit 5c7dfcad135a1c34942d264be2b72196e3b96003) --- diff --git a/src/fsint/afsint.xg b/src/fsint/afsint.xg index 7637d22f4..c50037797 100644 --- a/src/fsint/afsint.xg +++ b/src/fsint/afsint.xg @@ -693,11 +693,11 @@ StoreData64( ) split = 65538; GiveUpAllCallBacks( -) = 65539; +) multi = 65539; GetCapabilities( Capabilities *capabilities -) = 65540; +) multi = 65540; CallBackRxConnAddr( IN afs_int32 *addr diff --git a/src/vlserver/vldbint.xg b/src/vlserver/vldbint.xg index 9c175a57b..d56d5f489 100644 --- a/src/vlserver/vldbint.xg +++ b/src/vlserver/vldbint.xg @@ -225,7 +225,7 @@ struct VLCallBack { */ ProbeServer( -) = VLPROBE; +) multi = VLPROBE; /* * VL_GetEntryByName was renamed to VL_GetEntryByNameO to avoid