[sr-dev] git:master:42d9b351: rtpengine: remove the SHM_MEM #define, after core change
Henning Westerholt
hw at kamailio.org
Wed Dec 26 21:37:39 CET 2018
Module: kamailio
Branch: master
Commit: 42d9b351f9b7fa4140ccd9cf7fc368483d74535a
URL: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc368483d74535a
Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-12-26T20:47:49+01:00
rtpengine: remove the SHM_MEM #define, after core change
---
Modified: src/modules/rtpengine/bencode.h
---
Diff: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc368483d74535a.diff
Patch: https://github.com/kamailio/kamailio/commit/42d9b351f9b7fa4140ccd9cf7fc368483d74535a.patch
---
diff --git a/src/modules/rtpengine/bencode.h b/src/modules/rtpengine/bencode.h
index f5f775538f..272e8125c7 100644
--- a/src/modules/rtpengine/bencode.h
+++ b/src/modules/rtpengine/bencode.h
@@ -4,7 +4,7 @@
#include <sys/uio.h>
#include <string.h>
-#if defined(SHM_MEM) || defined(PKG_MALLOC) || defined(pkg_malloc)
+#if defined(PKG_MALLOC) || defined(pkg_malloc)
/* kamailio */
# include "../../core/mem/mem.h"
# include "../../core/str.h"
More information about the sr-dev
mailing list