Module: kamailio Branch: master Commit: a60f743848e0fed1f994835eefaa24f6e59c302c URL: https://github.com/kamailio/kamailio/commit/a60f743848e0fed1f994835eefaa24f6...
Author: Stefan Mititelu stefan.mititelu@1and1.ro Committer: Daniel-Constantin Mierla miconda@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/a60f743848e0fed1f994835eefaa24f6... Patch: https://github.com/kamailio/kamailio/commit/a60f743848e0fed1f994835eefaa24f6...
---
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_ */