[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 07/11] include/uk/list: prefix imported functions with uk_
Hi, > We are not using the list_sort for now. Do we need to introduce it > now? Ok, I will kill it in the "adapt imported code" patch - Yuri. Sharan Santhanam <sharan.santhanam@xxxxxxxxx> writes: > Hello Yuri, > > Please find the comment inline. > > Thanks & Regards > Sharan > > On 12/5/18 6:23 PM, Yuri Volchkov wrote: >> >> -extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void >> *priv, >> - struct list_head *a, struct list_head *b)); >> +extern void list_sort(void *priv, struct uk_list_head *head, int >> (*cmp)(void *priv, >> + struct uk_list_head *a, struct uk_list_head *b)); > We are not using the list_sort for now. Do we need to introduce it now? > >> >> /* TODO: get rid of the old linked list implementation */ >> #include <uk/compat_list.h> >> -- Yuri Volchkov Software Specialist NEC Europe Ltd Kurfürsten-Anlage 36 D-69115 Heidelberg _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |