aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/slhc_vj.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/slhc_vj.h')
-rw-r--r--include/net/slhc_vj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/slhc_vj.h b/include/net/slhc_vj.h
index 8716d5942b65..8fcf8908a694 100644
--- a/include/net/slhc_vj.h
+++ b/include/net/slhc_vj.h
@@ -127,6 +127,7 @@ typedef __u32 int32;
*/
struct cstate {
byte_t cs_this; /* connection id number (xmit) */
+ bool initialized; /* true if initialized */
struct cstate *next; /* next in ring (xmit) */
struct iphdr cs_ip; /* ip/tcp hdr from most recent packet */
struct tcphdr cs_tcp;