Skip to content

Commit

Permalink
Revert "rtpengine: Remove unused defines"
Browse files Browse the repository at this point in the history
This reverts commit 27e758d.

(backport was not needed on 2.4)
  • Loading branch information
bogdan-iancu committed Jul 6, 2020
1 parent 27e758d commit 6415d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/rtpengine/rtpengine.c
Expand Up @@ -101,6 +101,8 @@
#define MI_RTP_ENGINE_NOT_FOUND_LEN (sizeof(MI_RTP_ENGINE_NOT_FOUND)-1)
#define MI_SET "Set"
#define MI_SET_LEN (sizeof(MI_SET)-1)
#define MI_NODE "node"
#define MI_NODE_LEN (sizeof(MI_NODE)-1)
#define MI_INDEX "index"
#define MI_INDEX_LEN (sizeof(MI_INDEX)-1)
#define MI_DISABLED "disabled"
Expand Down

0 comments on commit 6415d93

Please sign in to comment.