Date: Mon, 24 Aug 2009 10:03:41 +0000 (UTC) From: Marko Zec <zec@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern uipc_domain.c Message-ID: <200908241004.n7OA43m0040294@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zec 2009-08-24 10:03:41 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c Log: SVN rev 196501 on 2009-08-24 10:03:41Z by zec When registering a protocol to an existing protocol domain via pf_proto_register(), iterate over all existing vnets to call protosw_init() and thus the appropriate .pr_init() handler in the context of each vnet. NB in the future we probably want to separate pr_init() handlers into two, i.e. per-vnet and global, functions. This change has no impact on nooptions VIMAGE builds. Approved by: re (rwatson), julian (mentor) MFC after: 3 days Revision Changes Path 1.62 +8 -1 src/sys/kern/uipc_domain.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908241004.n7OA43m0040294>