Some minor structure size improvements in sip_pvt and sip_peer.
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 15 Jun 2009 16:38:32 +0000 (16:38 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 15 Jun 2009 16:38:32 +0000 (16:38 +0000)
commit78ee46f13f6900b3deee64c97c17649c16b1dce0
tree8d7ed7a96b021dfa878c08742488dd0a356550e8
parent6c5987811c7c3decff795e46f5b371fa931475fe
Some minor structure size improvements in sip_pvt and sip_peer.

Using the 'pahole' tool, it is now quite easy to see where structure fields
could be organized differently to keep the compiler from having to add
padding to satisfy alignment requirements. These changes reduced the sizes of
sip_pvt and sip_peer by a few bytes each (on 64-bit platforms), and also fixed
a spelling error in a field name.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200584 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c