aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/x25.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/x25.h')
-rw-r--r--include/net/x25.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/x25.h b/include/net/x25.h
index 7b5795e1ceb..1576e92c6ce 100644
--- a/include/net/x25.h
+++ b/include/net/x25.h
@@ -115,6 +115,7 @@ enum {
115 115
116/* Bitset in x25_sock->flags for misc flags */ 116/* Bitset in x25_sock->flags for misc flags */
117#define X25_Q_BIT_FLAG 0 117#define X25_Q_BIT_FLAG 0
118#define X25_INTERRUPT_FLAG 1
118 119
119/** 120/**
120 * struct x25_route - x25 routing entry 121 * struct x25_route - x25 routing entry
@@ -149,7 +150,7 @@ struct x25_sock {
149 struct x25_address source_addr, dest_addr; 150 struct x25_address source_addr, dest_addr;
150 struct x25_neigh *neighbour; 151 struct x25_neigh *neighbour;
151 unsigned int lci, cudmatchlength; 152 unsigned int lci, cudmatchlength;
152 unsigned char state, condition, intflag, accptapprv; 153 unsigned char state, condition, accptapprv;
153 unsigned short vs, vr, va, vl; 154 unsigned short vs, vr, va, vl;
154 unsigned long t2, t21, t22, t23; 155 unsigned long t2, t21, t22, t23;
155 unsigned short fraglen; 156 unsigned short fraglen;