Convert ltt_ust_session to c++
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 14 Apr 2022 20:01:25 +0000 (16:01 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 19 Aug 2022 15:49:39 +0000 (11:49 -0400)
commit63dcd955824848d86a599b2ae48e40858cdc5d2b
treeaa8023b42e180297ef13f7a46f1996914f2a3037
parent9fa5211eebb7270fd0d346d7f3a4a35be1f8b091
Convert ltt_ust_session to c++

This is a minimal patch to move the ltt_ust_session struct to c++ style.
This will allow us to add complex type in the struct later on (such
as unique_ptr/shared_ptr etc).

Use default member initialization when possible.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I2578fa24fde8de0728d20a938aa55e2a6ad7a161
src/bin/lttng-sessiond/client.cpp
src/bin/lttng-sessiond/trace-ust.cpp
src/bin/lttng-sessiond/trace-ust.hpp
This page took 0.028213 seconds and 5 git commands to generate.