core: fix stack waste & runtime ineffiencies
commit7b610e5795c343652a26e26a352cd4369c817967
authorStefan Becker <chemobejk@gmail.com>
Mon, 14 Apr 2014 16:43:44 +0000 (14 19:43 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 14 Apr 2014 16:43:44 +0000 (14 19:43 +0300)
tree17fac0a89953525045a919a0a11ffd3aec0382a1
parent7fe45248c4fc29e5a5436ad66402fb7cf1d884ac
core: fix stack waste & runtime ineffiencies

Add static storage qualifier to prevent constants from getting copied to
the stack every time a function is called.
src/core/sip-transport.c
src/core/sipe-conf.c
src/core/sipe-media.c