CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2022/11/14 15:06:26

Modified files:
        sys/net        : if.c if_var.h 

Log message:
Document global interface group list locking

The per-interface group list is protected by the net lock and already
documented as such.

The global interface group list `ifg_head' is also protected by the net
lock and all access to it (all within if.c) take it accordingly.

Feedback OK mvs

Reply via email to