Module: kamailio Branch: master Commit: 2fe8749ab7bd7622d46a57ab88f90e35bb7b0164 URL: https://github.com/kamailio/kamailio/commit/2fe8749ab7bd7622d46a57ab88f90e35...
Author: alezzandro alezzandro@gmail.com Committer: alezzandro alezzandro@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/2fe8749ab7bd7622d46a57ab88f90e35... Patch: https://github.com/kamailio/kamailio/commit/2fe8749ab7bd7622d46a57ab88f90e35...
---
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;