session: make group of 'static' vars more visible
commit196e1a9c176c1bf5224ca4d97cb0ae56995e5b14
authorGerhard Sittig <gerhard.sittig@gmx.net>
Fri, 12 Apr 2019 16:41:49 +0000 (12 18:41 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 14 May 2019 18:06:07 +0000 (14 20:06 +0200)
treedb26cb259e3657b33ecbbe2bd0be916bdc8a5dba
parent77525a84a5ffc19ca0ff2989dc787d0c257248da
session: make group of 'static' vars more visible

Put the collection of 'static' variables in datafeed_in() to the top of
the declaration block, to raise awareness during maintenance. These are
"semi global" variables with reduced visibility but extended lifetime.

Update a comment while I'm here. Explain what the early "header packet"
check does instead of what it doesn't.
session.c