From 6349fcfdbf2668af203b9ca60efece64b7feba85 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 17 May 2012 00:31:14 -0400 Subject: Add function to return a special mech When the interposer wants to call the mechglue and have it call a real mechanism it does so by providing a speecial mechanism oid. This is an oid composed of the procy plugin oid and the real mechanism oid that the mechglue transforms back into a real OID before selecting the appropriate mechanism. --- proxy/src/client/gpm_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/src/client') diff --git a/proxy/src/client/gpm_common.c b/proxy/src/client/gpm_common.c index 16ea7d6..8bd04d1 100644 --- a/proxy/src/client/gpm_common.c +++ b/proxy/src/client/gpm_common.c @@ -518,3 +518,4 @@ void gpm_free_xdrs(int proc, union gp_rpc_arg *arg, union gp_rpc_res *res) xdr_free(gpm_xdr_set[proc].arg_fn, (char *)arg); xdr_free(gpm_xdr_set[proc].res_fn, (char *)res); } + -- cgit