- EDG_WLL_PARAM_LBPROXY_STORE_SOCK and EDG_WLL_PARAM_LBPROXY_SERVE_SOCK
authorJiří Škrábal <nykolas@ics.muni.cz>
Tue, 9 Nov 2004 10:41:59 +0000 (10:41 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Tue, 9 Nov 2004 10:41:59 +0000 (10:41 +0000)
  parameters added into context

org.glite.lb.client-interface/interface/context.h

index dd423f8..e123b96 100644 (file)
@@ -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;