]> sigrok.org Git - libsigrok.git/commit
input: accept const sdi in feed queue API
authorGerhard Sittig <redacted>
Tue, 12 Oct 2021 14:29:24 +0000 (16:29 +0200)
committerGerhard Sittig <redacted>
Wed, 13 Oct 2021 16:09:11 +0000 (18:09 +0200)
commit57140e5a804dd5b616120f05e38c3409241bb37c
treedd80b8b808b3f04548b70452f4ea6a9363e11f53
parente847645b7be832c1d62d1ad2312e3a3d4de467ce
input: accept const sdi in feed queue API

The common feed queue support code needs an sdi to submit sample data to
the session feed. Decorate this argument as const to silence compiler
warnings. This matches the sr_session_send() API.
src/input/feed_queue.c
src/libsigrok-internal.h