Re: [PATCH mig] Use char* for inlined arrays of char in user headers

2023-12-29 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le ven. 29 déc. 2023 11:08:14 -0500, a ecrit: > This changes how we declare RPC user prototypes for device_read_inband > to use "char *data" rather than "io_buf_ptr_inband_t data". It is more > standard to pass a pointer to represent arrays compared to "char [128]".

[PATCH mig] Use char* for inlined arrays of char in user headers

2023-12-29 Thread Flavio Cruz
This changes how we declare RPC user prototypes for device_read_inband to use "char *data" rather than "io_buf_ptr_inband_t data". It is more standard to pass a pointer to represent arrays compared to "char [128]". This fixes a warning in console-client since GCC won't complain we are not passing