]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
channel.h: missed channel state transition comment added
authorzero_gear <0x00.gear@gmail.com>
Thu, 12 Jun 2025 15:56:21 +0000 (17:56 +0200)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 12 Jun 2025 15:56:21 +0000 (15:56 +0000)
src/core/or/channel.h

index cd867477d1d1308d72f7d31f08ae0b942b4d7ea2..d90e158503610e5ee4348bb6732cde37e752ae9c 100644 (file)
@@ -97,6 +97,7 @@ typedef enum {
    *
    * Permitted transitions from:
    *   - CHANNEL_STATE_MAINT
+   *   - CHANNEL_STATE_OPENING
    *   - CHANNEL_STATE_OPEN
    * Permitted transitions to:
    *   - CHANNEL_STATE_CLOSED,