]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: resolve compatibility problem with ast_sip_session
authorScott Griepentrog <sgriepentrog@digium.com>
Thu, 2 Apr 2015 14:56:00 +0000 (14:56 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Thu, 2 Apr 2015 14:56:00 +0000 (14:56 +0000)
commit169e57d2e066eb49ed2a881aabfbc212a46f01d2
treec984039d62b7498f95e55b02a8253995444dfd27
parent1eb0c5f4e8a9095b312811f50c171d07d3f049e8
pjsip: resolve compatibility problem with ast_sip_session

A change in r430179 inserted a variable near the top of a
structure caused a problem when running DPMA in a version
of Asterisk compiled across the change.  This patch moves
the new variable to the end of the structure, eliminating
the problem.

Review: https://reviewboard.asterisk.org/r/4574/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@433944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/res_pjsip_session.h