Convert ltt_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 14:30:22 +0000 (10:30 -0400)
commit9fa5211eebb7270fd0d346d7f3a4a35be1f8b091
tree38f6f4eaee8125abe6a7c0b312340364d625ac2f
parent2d321d3ee31f191312a524f7120191005004d23f
Convert ltt_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: I76b2a0c9befc7f982599bcc9d8072c859a1731e5
src/bin/lttng-sessiond/cmd.cpp
src/bin/lttng-sessiond/session.cpp
src/bin/lttng-sessiond/session.hpp
This page took 0.028408 seconds and 5 git commands to generate.