mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-multi-rx-calls-20080205
LICENSE MIT Add multi versions of RXAFS_GetCapabilities, RXAFS_GiveUpAllCallBacks, and VL_ProbeServer. (cherry picked from commit 5c7dfcad135a1c34942d264be2b72196e3b96003)
This commit is contained in:
parent
4ee2fe920a
commit
ea2b14a4fb
@ -693,11 +693,11 @@ StoreData64(
|
||||
) split = 65538;
|
||||
|
||||
GiveUpAllCallBacks(
|
||||
) = 65539;
|
||||
) multi = 65539;
|
||||
|
||||
GetCapabilities(
|
||||
Capabilities *capabilities
|
||||
) = 65540;
|
||||
) multi = 65540;
|
||||
|
||||
CallBackRxConnAddr(
|
||||
IN afs_int32 *addr
|
||||
|
@ -221,3 +221,8 @@ EXPORTS
|
||||
osi_AssertFailU @226
|
||||
DllMain @227
|
||||
rx_SetSecurityConfiguration @228
|
||||
; RXAFSCB_ExecuteRequest @229
|
||||
EndRXAFS_GetTime @230
|
||||
StartRXAFS_GetTime @231
|
||||
EndRXAFS_GetCapabilities @232
|
||||
StartRXAFS_GetCapabilities @233
|
||||
|
@ -225,7 +225,7 @@ struct VLCallBack {
|
||||
*/
|
||||
|
||||
ProbeServer(
|
||||
) = VLPROBE;
|
||||
) multi = VLPROBE;
|
||||
|
||||
/*
|
||||
* VL_GetEntryByName was renamed to VL_GetEntryByNameO to avoid
|
||||
|
Loading…
x
Reference in New Issue
Block a user