3 Sep
2021
3 Sep
'21
7:29 p.m.
On Fri, Sep 03, 2021 at 09:23:32AM -0500, Pierre-Louis Bossart wrote:
+struct apm_sub_graph_params {
- struct apm_module_param_data param_data;
- uint32_t num_sub_graphs;
- struct apm_sub_graph_data sg_cfg[0];
I thought the use of zero-length arrays [0] was deprecated in favor of flexible arrays []?
Yes.