Module: kamailio
Branch: master
Commit: 7cac0c9b2ec60eb9524022542eabe1ca2c8e9828
URL:
https://github.com/kamailio/kamailio/commit/7cac0c9b2ec60eb9524022542eabe1c…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2016-04-03T20:05:12+02:00
mem Change SIP-router to Kamailio
---
Modified: mem/mem.h
---
Diff:
https://github.com/kamailio/kamailio/commit/7cac0c9b2ec60eb9524022542eabe1c…
Patch:
https://github.com/kamailio/kamailio/commit/7cac0c9b2ec60eb9524022542eabe1c…
---
diff --git a/mem/mem.h b/mem/mem.h
index 59d23d1..ae2669b 100644
--- a/mem/mem.h
+++ b/mem/mem.h
@@ -17,10 +17,10 @@
*/
/**
- * \defgroup mem SIP-router memory manager
- * \brief SIP-router internal memory manager
+ * \defgroup mem Kamailio memory manager
+ * \brief Kamailio internal memory manager
*
- * SIP-router internal memory manager for private (per process) and shared
+ * Kamailio internal memory manager for private (per process) and shared
* memory pools. It provides several different strategies for the memory
* management, like really fast, with extended debugging and also plain system
* memory management.