aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-02-21 12:39:52 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2018-02-21 19:22:39 +0000
commit15cc6a83f1369d77955bc5cb2d398f43f8100e69 (patch)
tree0d6d9664f0e76cb50ad1fa96f425bbddb813b15a /src/vnet/buffer.h
parentfa5fb2d162b0b88d8c59bf2664224948956e4ac4 (diff)
SCTP: minor refactor
This patch adds some missing information in various debugging messages which can help with debugging state-machine and connection-tracking. It also renames some internal variable names for better code readibility. Change-Id: I68503fc0214300032f7514426c8b5b2b12edf11a Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index 4e01a069bf3..5aedb431654 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -333,7 +333,7 @@ typedef struct
u16 hdr_offset; /**< offset relative to ip hdr */
u16 data_offset; /**< offset relative to ip hdr */
u16 data_len; /**< data len */
- u8 conn_idx;
+ u8 subconn_idx; /**< index of the sub_connection being used */
u8 flags;
} sctp;