Custom upgrade: refactor: ust_app_find_by_pid -> ust_app_with_pid_exists 2.13-custom-upgrade
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 6 Jun 2022 22:00:30 +0000 (18:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Sep 2022 19:12:36 +0000 (15:12 -0400)
commit6b3fbd3cc4d18d415447ace25e09801ae177a1ee
treea101de96264054922e91591cc569994309d9a68f
parent31b507bcd7b4c436e6be6fbe7eef46a8e6dea008
Custom upgrade: refactor: ust_app_find_by_pid -> ust_app_with_pid_exists

ust_app_find_by_pid is only used to check if apps should be updated. No
need to return a ust_app. When a ust_app will be necessary, multiple
ust_app objects could be returned.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: Ic6d2ff9820591ca85021ce701982136424792a22
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
This page took 0.031258 seconds and 5 git commands to generate.