]> sigrok.org Git - sigrok-cli.git/commit
session: make group of 'static' vars more visible
authorGerhard Sittig <redacted>
Fri, 12 Apr 2019 16:41:49 +0000 (18:41 +0200)
committerUwe Hermann <redacted>
Tue, 14 May 2019 18:06:07 +0000 (20:06 +0200)
commit196e1a9c176c1bf5224ca4d97cb0ae56995e5b14
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