incorporating lists in other parts of busybox

Robert P. J. Day rpjday at mindspring.com
Sat Jun 17 10:54:05 UTC 2006


  is there a concerted effort to use the general busybox list
structures to support lists?  for instance, in networking/interface.c,
we read:

struct interface {
	struct interface *next, *prev;
	...

should BB structures that have their own next and prev pointers be
replaced with (simpler) structures that use the list structures
instead?

rday



More information about the busybox mailing list