Module: kamailio
Branch: 5.1
Commit: ebf8af806d5ad5f44d119f12131a446c0eea4019
URL:
https://github.com/kamailio/kamailio/commit/ebf8af806d5ad5f44d119f12131a446…
Author: Peter Lemenkov <lemenkov(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-02-09T17:26:37+01:00
rtpengine: Remove unused struct fields
These two were copied directly from rtpproxy module but never used by
this module.
Signed-off-by: Peter Lemenkov <lemenkov(a)gmail.com>
(cherry picked from commit 35b82c4acb4559fd14faa86fe1c58caf763d5fd0)
---
Modified: src/modules/rtpengine/rtpengine.h
---
Diff:
https://github.com/kamailio/kamailio/commit/ebf8af806d5ad5f44d119f12131a446…
Patch:
https://github.com/kamailio/kamailio/commit/ebf8af806d5ad5f44d119f12131a446…
---
diff --git a/src/modules/rtpengine/rtpengine.h b/src/modules/rtpengine/rtpengine.h
index 07d8acdb00..d7b605057e 100644
--- a/src/modules/rtpengine/rtpengine.h
+++ b/src/modules/rtpengine/rtpengine.h
@@ -49,8 +49,6 @@ struct rtpp_node {
unsigned int rn_weight; /* for load balancing */
unsigned int rn_displayed; /* for delete at db reload */
unsigned int rn_recheck_ticks;
- int rn_rep_supported;
- int rn_ptl_supported;
struct rtpp_node *rn_next;
};