Sfoglia il codice sorgente

dispatcher: Corrected comments indentation

alezzandro 10 anni fa
parent
commit
2fe8749ab7
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      modules/dispatcher/dispatch.h

+ 4 - 2
modules/dispatcher/dispatch.h

@@ -102,8 +102,10 @@ extern pv_spec_t ds_attrs_pv;
 extern struct tm_binds tmb;
 extern str ds_ping_method;
 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 str ds_outbound_proxy;
 extern str ds_default_socket;