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

Author: Stefan Mititelu <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-11-02T13:45:25+01:00

core: mem - references use now 'core' for operations done from code in core

- previously it was '<core>'
- makes it more coherent, given the case of module names

---

Modified: mem/src_loc.h

---

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

---

diff --git a/mem/src_loc.h b/mem/src_loc.h
index 33c2df6..af00446 100644
--- a/mem/src_loc.h
+++ b/mem/src_loc.h
@@ -68,7 +68,7 @@
 #      ifdef MOD_NAME
 #              define _SRC_MODULE_ MOD_NAME
 #      else
-#              define _SRC_MODULE_ "<core>"
+#              define _SRC_MODULE_ "core"
 #      endif /* MOD_NAME */
 #endif /* _SRC_MODULE_ */
 


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to