From: Mathieu Desnoyers Date: Thu, 11 Mar 2021 21:20:12 +0000 (-0500) Subject: Remove array, sequence, enum, struct legacy types X-Git-Tag: v2.13.0-rc1~307 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=8c3470eaadb6e01fe65e1b852907467c0527ba05;hp=8c3470eaadb6e01fe65e1b852907467c0527ba05;p=lttng-ust.git Remove array, sequence, enum, struct legacy types Those are replaced by array_nestable, sequence_nestable, enum_nestable and struct_nestable. The ABI bump allows removing the old types. Signed-off-by: Mathieu Desnoyers Change-Id: Ida75c05db82fa51408b54bb005a300a40b601f88 ---