[sr-dev] git:master:f5be7179: core: kemi - renamed drop prototype to sr_kemi_core_set_drop()

Daniel-Constantin Mierla miconda at gmail.com
Tue Apr 3 10:12:33 CEST 2018


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-04-03T10:08:51+02:00

core: kemi - renamed drop prototype to sr_kemi_core_set_drop()

- match the implementation after kemi API update for drop

---

Modified: src/core/kemi.h

---

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

---

diff --git a/src/core/kemi.h b/src/core/kemi.h
index db8595977d..d19e094c63 100644
--- a/src/core/kemi.h
+++ b/src/core/kemi.h
@@ -128,6 +128,6 @@ run_act_ctx_t* sr_kemi_act_ctx_get(void);
 str *sr_kemi_param_map_get_name(int ptype);
 str *sr_kemi_param_map_get_params(int *ptypes);
 
-int sr_kemi_core_drop(sip_msg_t *msg);
+int sr_kemi_core_set_drop(sip_msg_t *msg);
 
 #endif




More information about the sr-dev mailing list