Fix: ust-app: error counter index never set
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 14 Apr 2021 14:50:28 +0000 (10:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Apr 2021 15:16:13 +0000 (11:16 -0400)
commit46e9a5fb8c7241e9515a53b25bd5c9c4f463a86d
treeb56a673ae4a638ed22f5bd28880152847cc2ea6b
parent974736831535ecd0fe165beb55f66b4385b11fb0
Fix: ust-app: error counter index never set

Issue
=====
The `struct ust_app_event_notifier_rule::error_counter_index` field is
currently never set so all error counting is done in bucket index 0.

Fix
===
Set the error counter index.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I951095dee5586111699b0ea0e3bc26c0fb4a535d
src/bin/lttng-sessiond/ust-app.c
This page took 0.024713 seconds and 4 git commands to generate.