]> 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:39 +0000 (14:56 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Thu, 2 Apr 2015 14:56:39 +0000 (14:56 +0000)
commit6e5efe04bd34ac41f3f9367eef64e82f8927da20
treeedd8856a0e4134dd7e8c37088c698426f562615e
parent154ba47766e9195b777373af3bcf88137fac03f0
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/
........

Merged revisions 433944 from http://svn.asterisk.org/svn/asterisk/branches/13

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