Clean-up: ust-consumer: pass metadata cache to its write method
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 8 Feb 2021 23:04:20 +0000 (18:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Feb 2021 03:03:43 +0000 (22:03 -0500)
commita25d34bcf9a0d22f6814976ddb7376b464bd3e17
tree1e7c270a9cd01303cf267f78c79ab93f0d6f8940
parentb1316da1ffbd276fc8271e7a9438e683ad352781
Clean-up: ust-consumer: pass metadata cache to its write method

The consumer_metadata_cache_write function doesn't need access to the
metadata channel; it can operate on the metadata cache itself and
doesn't need to access its channel.

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