Clean-up: consumer: move open packet to post_consume
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 8 Jul 2020 18:57:40 +0000 (14:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jul 2020 16:30:55 +0000 (12:30 -0400)
commit503fefca8a1b82cfafccaa096e900c41bf4570f6
tree3e58371d59816258f4f28342db1d0d3e452c0530
parent04ed9e10dfa0b3c88d4a7abe9fa59b8e03b7e49a
Clean-up: consumer: move open packet to post_consume

Move the "open packet" step of read_subbuffer to a post-consume callback
as this only needs to be done for data streams; it does not belong in
the core of the read_subbuffer template method.

Change-Id: Ia4d3f8f833e213a8d0e39bcf5ec766c2c05bcf80
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer-stream.c
src/common/consumer/consumer-stream.h
src/common/consumer/consumer.c
src/common/consumer/consumer.h
This page took 0.025419 seconds and 4 git commands to generate.