From: zero_gear <0x00.gear@gmail.com> Date: Thu, 12 Jun 2025 15:56:21 +0000 (+0200) Subject: channel.h: missed channel state transition comment added X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66a1f931b12eed6119b9897a9840b9e633625bf;p=thirdparty%2Ftor.git channel.h: missed channel state transition comment added --- diff --git a/src/core/or/channel.h b/src/core/or/channel.h index cd867477d1..d90e158503 100644 --- a/src/core/or/channel.h +++ b/src/core/or/channel.h @@ -97,6 +97,7 @@ typedef enum { * * Permitted transitions from: * - CHANNEL_STATE_MAINT + * - CHANNEL_STATE_OPENING * - CHANNEL_STATE_OPEN * Permitted transitions to: * - CHANNEL_STATE_CLOSED,