Add `rttimer_mtx' to the locking description.
authormvs <mvs@openbsd.org>
Thu, 27 Apr 2023 11:11:04 +0000 (11:11 +0000)
committermvs <mvs@openbsd.org>
Thu, 27 Apr 2023 11:11:04 +0000 (11:11 +0000)
No functional changes.

sys/net/route.c

index 485928e..44d661f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route.c,v 1.419 2023/04/26 19:54:35 mvs Exp $ */
+/*     $OpenBSD: route.c,v 1.420 2023/04/27 11:11:04 mvs Exp $ */
 /*     $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $      */
 
 /*
  * Locks used to protect struct members:
  *      I       immutable after creation
  *      L       rtlabel_mtx
+ *      T       rttimer_mtx
  */
 
 #define ROUNDUP(a) (a>0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))