summaryrefslogtreecommitdiffstats
path: root/proxy/rpcgen
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-07-26 12:43:47 +0200
committerSimo Sorce <simo@redhat.com>2013-03-14 13:42:50 -0400
commit27d1143ba62ebc2f6264757381e495548e79ebb4 (patch)
tree4b6aa7cf39b7ffe6b660f517fd81704cb7556f3f /proxy/rpcgen
parent439cdc5dd9e67badb9c5ed9c3df8a5efed6f314a (diff)
downloadgss-proxy-27d1143ba62ebc2f6264757381e495548e79ebb4.tar.gz
gss-proxy-27d1143ba62ebc2f6264757381e495548e79ebb4.tar.xz
gss-proxy-27d1143ba62ebc2f6264757381e495548e79ebb4.zip
Add debug statement when gp_rpc_execute is called.
Add code to print the name of tehe GSSX function being executed. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/rpcgen')
-rw-r--r--proxy/rpcgen/gss_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h
index 0bc8361..f13ea0b 100644
--- a/proxy/rpcgen/gss_proxy.h
+++ b/proxy/rpcgen/gss_proxy.h
@@ -524,6 +524,9 @@ typedef struct gssx_res_wrap_size_limit gssx_res_wrap_size_limit;
#define GSSPROXY 400112
#define GSSPROXYVERS 1
+#define GSSX_PROC_MIN 1
+#define GSSX_PROC_MAX 15
+
#if defined(__STDC__) || defined(__cplusplus)
#define GSSX_INDICATE_MECHS 1
extern gssx_res_indicate_mechs * gssx_indicate_mechs_1(gssx_arg_indicate_mechs *, CLIENT *);