[sr-dev] git:master:a60f7438: core: mem - references use now 'core' for operations done from code in core

Daniel-Constantin Mierla miconda at gmail.com
Mon Nov 2 14:00:19 CET 2015


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

Author: Stefan Mititelu <stefan.mititelu at 1and1.ro>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
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_ */
 




More information about the sr-dev mailing list