[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v2 04/11] include/uk/list: rename UK_LIST_HEAD in the old implementation
UK_LIST_HEAD from the new list implementation conflicts with the old one. Since the current UK_LIST_HEAD is never used, and the current implementation will be a subject for removal, rename it to UK_COMPAT_LIST_HEAD Signed-off-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- include/uk/compat_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uk/compat_list.h b/include/uk/compat_list.h index 4e350cd3..7136e0c7 100644 --- a/include/uk/compat_list.h +++ b/include/uk/compat_list.h @@ -458,7 +458,7 @@ struct { \ /* * List declarations. */ -#define UK_LIST_HEAD(name, type) \ +#define UK_COMPAT_LIST_HEAD(name, type) \ struct name { \ type *lh_first; /* first element */ \ } -- 2.19.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |