CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/26 23:16:23
Modified files:
sys/net : if_gre.c
Log message:
annotate some data structures with the lock protecting them.
in practice this means NET_ASSERT_LOCKED() near the lists and trees
holding the different types of gre interfaces.
suggested by mpi@
