From 8642cc71c4325b51c5a6f19da701d7d8db7b03b3 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Tue, 5 Feb 2008 18:56:27 +0000 Subject: [PATCH] STABLE14-multi-rx-calls-20080205 LICENSE MIT Add multi versions of RXAFS_GetCapabilities, RXAFS_GiveUpAllCallBacks, and VL_ProbeServer. (cherry picked from commit 5c7dfcad135a1c34942d264be2b72196e3b96003) --- src/fsint/afsint.xg | 4 ++-- src/vlserver/vldbint.xg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5