From: Jiří Škrábal Date: Tue, 9 Nov 2004 10:41:59 +0000 (+0000) Subject: - EDG_WLL_PARAM_LBPROXY_STORE_SOCK and EDG_WLL_PARAM_LBPROXY_SERVE_SOCK X-Git-Tag: glite-lb_R_0_1_0~90 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=79942df821614ae6e882a5718df37999a2a38782;p=jra1mw.git - EDG_WLL_PARAM_LBPROXY_STORE_SOCK and EDG_WLL_PARAM_LBPROXY_SERVE_SOCK parameters added into context --- diff --git a/org.glite.lb.client-interface/interface/context.h b/org.glite.lb.client-interface/interface/context.h index dd423f8..e123b96 100644 --- a/org.glite.lb.client-interface/interface/context.h +++ b/org.glite.lb.client-interface/interface/context.h @@ -43,6 +43,8 @@ typedef enum _edg_wll_ContextParam { EDG_WLL_PARAM_X509_PROXY, /**< proxy file to use for authentication */ EDG_WLL_PARAM_X509_KEY, /**< key file to use for authentication */ EDG_WLL_PARAM_X509_CERT, /**< certificate file to use for authentication */ + EDG_WLL_PARAM_LBPROXY_STORE_SOCK,/**< lbproxy store socket path */ + EDG_WLL_PARAM_LBPROXY_SERVE_SOCK,/**< lbproxy serve socket path */ EDG_WLL_PARAM__LAST, /**< marker, LB internal use only */ } edg_wll_ContextParam;