... to dispose of constant vectors (const struct _vector*). Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> Reviewed-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- libmultipath/vector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libmultipath/vector.h b/libmultipath/vector.h index 5cfd4d060412..3f6e579ae19a 100644 --- a/libmultipath/vector.h +++ b/libmultipath/vector.h @@ -46,6 +46,7 @@ typedef struct _vector *vector; extern vector vector_alloc(void); extern void *vector_alloc_slot(vector v); extern void vector_free(vector v); +#define vector_free_const(x) vector_free((vector)(long)(x)) extern void free_strvec(vector strvec); extern void vector_set_slot(vector v, void *value); extern void vector_del_slot(vector v, int slot); -- 2.16.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel