From f91925aa06757c93f3b2061492f25740390296c4 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Thu, 24 Jun 2010 08:51:06 -0400 Subject: [PATCH] windows add rx_Get/SetServiceSpecific to libafsrpc module exports Add rx_GetServiceSpecific and rx_SetServiceSpecific to afsrpc.def using the next available ordinals (267 and 268). Change-Id: I31af43e9706b922ef765a51f50f583f492ce375a Reviewed-on: http://gerrit.openafs.org/2245 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/libafsrpc/afsrpc.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libafsrpc/afsrpc.def b/src/libafsrpc/afsrpc.def index d4f268274..d4b6dc562 100755 --- a/src/libafsrpc/afsrpc.def +++ b/src/libafsrpc/afsrpc.def @@ -259,6 +259,8 @@ EXPORTS xdr_Capabilities @264 xdrlen_create @265 rx_SetConnSecondsUntilNatPing @266 + rx_GetServiceSpecific @267 + rx_SetServiceSpecific @268 ; for performance testing rx_TSFPQGlobSize @2001 DATA -- 2.39.5