[sr-dev] git:master:2fe8749a: dispatcher: Corrected comments indentation

alezzandro alezzandro at gmail.com
Fri Jan 9 20:11:35 CET 2015


Module: kamailio
Branch: master
Commit: 2fe8749ab7bd7622d46a57ab88f90e35bb7b0164
URL: https://github.com/kamailio/kamailio/commit/2fe8749ab7bd7622d46a57ab88f90e35bb7b0164

Author: alezzandro <alezzandro at gmail.com>
Committer: alezzandro <alezzandro at gmail.com>
Date: 2015-01-09T16:59:11+01:00

dispatcher: Corrected comments indentation

---

Modified: modules/dispatcher/dispatch.h

---

Diff:  https://github.com/kamailio/kamailio/commit/2fe8749ab7bd7622d46a57ab88f90e35bb7b0164.diff
Patch: https://github.com/kamailio/kamailio/commit/2fe8749ab7bd7622d46a57ab88f90e35bb7b0164.patch

---

diff --git a/modules/dispatcher/dispatch.h b/modules/dispatcher/dispatch.h
index 29f2ec7..d991fd7 100644
--- a/modules/dispatcher/dispatch.h
+++ b/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;




More information about the sr-dev mailing list