On 6/4/23 07:27, Kai Huang wrote: > +struct tdmr_info_list { > + void *tdmrs; /* Flexible array to hold 'tdmr_info's */ > + int nr_consumed_tdmrs; /* How many 'tdmr_info's are in use */ I'm looking back here after seeing the weird cast in the next patch. Why is this a void* instead of a _real_ type?