On Oct 26, 2011, at 10:09 AM, Ben Pfaff wrote: > +/* Finds and returns a shash_node within 'sf' that has the given 'name' that > is > + * exactly 'len' bytes long. Returns NULL if no node in 'sh' has that name. > */ > +struct shash_node * > +shash_find_len(const struct shash *sh, const char *name, size_t len)
I assume that should be "within 'sh'" instead of 'sf'. --Justin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
