Convert ltt_kernel_session to c++
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 18 Aug 2022 18:46:02 +0000 (14:46 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 19 Aug 2022 15:51:56 +0000 (11:51 -0400)
commitdd7cc72104fff0f8d4557d613d51da39b5524362
tree20534be1db8a45b17c45f1df15d79af0b12f5c75
parent121b0d1a62dfcb59c401d84ab11ca41a427feacf
Convert ltt_kernel_session to c++

This is a minimal patch to move the ltt_kernel_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: Ib5778db0c39666e30782931c5bf5d4ffb5beeff0
src/bin/lttng-sessiond/trace-kernel.cpp
src/bin/lttng-sessiond/trace-kernel.hpp
This page took 0.027386 seconds and 5 git commands to generate.