Re: [PATCH 03/13] netconfig: Create routes from Router Advertisements
Denis Kenzior <denkenz at gmail.com>
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrew, >> Ugh, can we use l_queue_get_entries loop directly or a helper function instead? > > Ok. We could also add a l_queue_match_ptr in queue.h since IIRC we > also have a copy in IWD. > I don't like the idea of adding a matching function for comparing pointers. How about l_queue_find_ptr() instead? Regards, -Denis