On Wed, 2013-07-17 at 21:43 +0100, David Howells wrote: > Add a generic associative array implementation that can be used as the > container for keyrings, thereby massively increasing the capacity available > whilst also speeding up searching in keyrings that contain a lot of keys. > +extern int assoc_array_iterate(const struct assoc_array *array, > + int (*iterator)(const void *object, bool type, > + void *iterator_data), > + void *iterator_data); bool type makes me queasy. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html