]> sigrok.org Git - libsigrok.git/commit - src/output/srzip.c
output/srzip: decorate read pointer as const for awareness
authorGerhard Sittig <redacted>
Tue, 17 Oct 2023 19:28:16 +0000 (21:28 +0200)
committerGerhard Sittig <redacted>
Wed, 18 Oct 2023 19:35:13 +0000 (21:35 +0200)
commit201bd256a8aa85035423023914889fe9f5db52db
tree6f96e9fb5044edaeb22b2674a586d7d29d1a02de
parentad7b0c173557b456353d965f91a728bed2c47fa2
output/srzip: decorate read pointer as const for awareness

Recipients of sample data as received from the data feed should consider
this data read-only, they are handed a reference to a message which is
also sent to other recipients.

Add the 'const' decoration in the output/srzip module to raise awareness
during future maintenance.
src/output/srzip.c