Convert ust_app_session to c++
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 18 Aug 2022 20:29:25 +0000 (16:29 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 19 Aug 2022 15:53:13 +0000 (11:53 -0400)
commit604f8e58fee3e1add1b0a2dcb542844983cd3075
tree6cfc8c8e22863b919ca9f8a0543e310693fb682f
parent0e1fd1e8aba0f8de1e27416d582018ef6316e986
Convert ust_app_session to c++

This is a minimal patch to move the ust_app_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: I3536444e002f1311b851e2333ff5f8fc4a5904dd
src/bin/lttng-sessiond/ust-app.cpp
src/bin/lttng-sessiond/ust-app.hpp
This page took 0.027336 seconds and 5 git commands to generate.