Add TODO about making ust/kernel context separate

This commit is contained in:
Christophe Bedard 2020-01-01 14:12:44 -05:00
parent cc459456f0
commit d2916b0aa7

View file

@ -109,6 +109,7 @@ def setup(
# Context
context_list = _create_context_list(context_names)
# TODO make it possible to add context in userspace and kernel separately
enabled_handles = [h for h in [handle_ust, handle_kernel] if h is not None]
_add_context(enabled_handles, context_list)