summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_utils.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-16 11:35:51 -0500
committerSimo Sorce <simo@redhat.com>2012-01-17 19:25:21 -0500
commit1aec40b19514481b4b155bf46a71e8bca139ccba (patch)
tree6fb26081475734db9fb976ccc7bc864322d4f3f2 /proxy/src/gp_utils.h
parente4a560ed1df2fdac855f2e3f87ad24288cab9456 (diff)
downloadgss-proxy-1aec40b19514481b4b155bf46a71e8bca139ccba.tar.gz
gss-proxy-1aec40b19514481b4b155bf46a71e8bca139ccba.tar.xz
gss-proxy-1aec40b19514481b4b155bf46a71e8bca139ccba.zip
Add gssproxy_ctx
And store configuration context within it.
Diffstat (limited to 'proxy/src/gp_utils.h')
-rw-r--r--proxy/src/gp_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proxy/src/gp_utils.h b/proxy/src/gp_utils.h
index 8f0ae81..70e3293 100644
--- a/proxy/src/gp_utils.h
+++ b/proxy/src/gp_utils.h
@@ -38,6 +38,10 @@ struct gp_config {
char *socket_name;
};
+struct gssproxy_ctx {
+ struct gp_config *config;
+};
+
/* from gp_config.c */
struct gp_config *read_config(char *config_file, int opt_daemonize);