On Thu, Jul 10, 2025 at 01:24:48PM +0300, Aleksander Alekseev wrote:
> In injection_points_list() isn't `memset(values, 0, sizeof(values))`
> redundant?
Yes, I'm just finding this to be a cleaner practice.
> Also perhaps we want to pfree inj_points.
This is freed with the memory context of the f
Hi Michael,
> injection_points: Add injection_points_list()
>
> This function can be used to retrieve the information about all the
> injection points attached to a cluster, providing coverage for
> InjectionPointList() introduced in 7b2eb72b1b8c.
>
> The original proposal turned around a system f