From 79942df821614ae6e882a5718df37999a2a38782 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Tue, 9 Nov 2004 10:41:59 +0000 Subject: [PATCH] - EDG_WLL_PARAM_LBPROXY_STORE_SOCK and EDG_WLL_PARAM_LBPROXY_SERVE_SOCK parameters added into context --- org.glite.lb.client-interface/interface/context.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 1.8.2.3