Hi Ossama,
On 10/11/2017 05:12 PM, Ossama Othman wrote:
Make the iovec parameter of l_genl_msg_append_attrv() const since it
isn't modified by the function. This allows a pointer to a const
struct iovec to be passed as an argument without casting away the
const.
---
ell/genl.c | 3 ++-
ell/genl.h | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
Applied, thanks.
Regards,
-Denis