|
@@ -102,8 +102,10 @@ extern pv_spec_t ds_attrs_pv;
|
|
extern struct tm_binds tmb;
|
|
extern struct tm_binds tmb;
|
|
extern str ds_ping_method;
|
|
extern str ds_ping_method;
|
|
extern str ds_ping_from;
|
|
extern str ds_ping_from;
|
|
-extern int probing_threshold; /*!< number of failed requests, before a destination is taken into probing */
|
|
|
|
-extern int inactive_threshold; /*!< number of successful requests, before a destination is taken into active */
|
|
|
|
|
|
+extern int probing_threshold; /*!< number of failed requests,
|
|
|
|
+ before a destination is taken into probing */
|
|
|
|
+extern int inactive_threshold; /*!< number of successful requests,
|
|
|
|
+ before a destination is taken into active */
|
|
extern int ds_probing_mode;
|
|
extern int ds_probing_mode;
|
|
extern str ds_outbound_proxy;
|
|
extern str ds_outbound_proxy;
|
|
extern str ds_default_socket;
|
|
extern str ds_default_socket;
|