Rename `enum lttng_enabler_type` to `_format_type`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 5 Dec 2019 19:37:57 +0000 (14:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Nov 2020 17:56:09 +0000 (12:56 -0500)
commit3b861b22481a3ea9664c59b8cdeb1e49077e5ed5
treec9090aa3ab9459c774ac8638b140c37739864cf4
parent2cf32e6b28de583d3b325728d665463388dcb13c
Rename `enum lttng_enabler_type` to `_format_type`

This will avoid confusion between the different types of enablers
(event notifier enablers and event enablers).

- Enabler format types describe the way the event name matching is done.

- Enabler types will describe the type of enablers (event
  notifier vs event)

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ic71d05159c5f244d0b1ad74f9c0ee6247fcdfbbb
include/lttng/events.h
src/lttng-abi.c
src/lttng-events.c
This page took 0.024975 seconds and 4 git commands to generate.