Date: Fri, 17 Apr 2009 18:48:51 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191221 - head/sys/net Message-ID: <200904171848.n3HImpCx031441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmacy Date: Fri Apr 17 18:48:50 2009 New Revision: 191221 URL: http://svn.freebsd.org/changeset/base/191221 Log: clarify state of llentry that is passed back Modified: head/sys/net/if_llatbl.c Modified: head/sys/net/if_llatbl.c ============================================================================== --- head/sys/net/if_llatbl.c Fri Apr 17 18:34:11 2009 (r191220) +++ head/sys/net/if_llatbl.c Fri Apr 17 18:48:50 2009 (r191221) @@ -106,6 +106,8 @@ llentry_free(struct llentry *lle) /* * Update an llentry for address dst (equivalent to rtalloc for new-arp) * Caller must pass in a valid struct llentry * + * + * if found the llentry * is returned referenced and unlocked */ int llentry_update(struct llentry **llep, struct lltable *lt,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904171848.n3HImpCx031441>