--- libelwix/inc/elwix/aring.h 2025/09/26 16:01:58 1.3 +++ libelwix/inc/elwix/aring.h 2025/09/30 11:33:20 1.3.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aring.h,v 1.3 2025/09/26 16:01:58 misho Exp $ +* $Id: aring.h,v 1.3.2.1 2025/09/30 11:33:20 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -109,7 +109,7 @@ int rbuf_enqueue(ringbuf_t *rbuf, void *data, size_t l * @out = Data, if =NULL, just dequeue data * return: -1 error, 1 buffer is empty or 0 ok */ -int rbuf_dequeue(ringbuf_t *rbuf, struct iovec *out); +int rbuf_dequeue(ringbuf_t *rbuf, struct iovec **out); #endif