Replace side_event_cond by side_event_enabled
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2024 17:20:22 +0000 (13:20 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Oct 2024 17:20:22 +0000 (13:20 -0400)
commit9509522142764f2d7f8e6195d70b19588be567e3
treeefbea832be62167481f57b530aea2d3f5f2da0d4
parent526c52b35126f423aa0bd984abb98d713ace840a
Replace side_event_cond by side_event_enabled

This will allow users to test for side_event_enabled in scenario where
they wish to early return rather than conditionally do something.

Change-Id: I054f8087afaf40447949a1fbab37bef2c343da19
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/instrumentation-c-api.h
tests/unit/statedump.c
tests/unit/test.c
This page took 0.023501 seconds and 4 git commands to generate.