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

Ben Pfaff blp at nicira.com
Thu Nov 17 17:57:46 UTC 2011


On Sun, Nov 13, 2011 at 04:34:26PM -0800, Justin Pettit wrote:
> 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'.

Thanks, fixed.



More information about the dev mailing list