[ovs-dev] [mirror 06/13] shash: New function shash_find_len().

Justin Pettit jpettit at nicira.com
Mon Nov 14 00:34:26 UTC 2011


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






More information about the dev mailing list