Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [netbsd-8] src/sys/net



I think you forgot something:

Index: sys/net/if_vlan.c
===================================================================
RCS file: /cvsroot/src/sys/net/if_vlan.c,v
retrieving revision 1.97.2.15
diff -u -r1.97.2.15 if_vlan.c
--- sys/net/if_vlan.c   21 Oct 2018 11:55:54 -0000      1.97.2.15
+++ sys/net/if_vlan.c   21 Oct 2018 18:36:20 -0000
@@ -161,6 +161,7 @@
                                         * instead of direct dereference
                                         */
        kmutex_t ifv_lock;              /* writer lock for ifv_mib */
+       pserialize_t ifv_psz;

        LIST_HEAD(__vlan_mchead, vlan_mc_entry) ifv_mc_listhead;
        LIST_ENTRY(ifvlan) ifv_list;

--
Hisashi T Fujinaka - htodd%twofifty.com@localhost
BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee


Home | Main Index | Thread Index | Old Index