X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fnet%2Fx25.h;fp=include%2Fnet%2Fx25.h;h=1576e92c6cec750bd2b0e542b557d81a8cceb6f3;hb=b7792e34cba641c49cd436d42fbfd2a632ff39d3;hp=7b5795e1ceb2904d56e1ec53985d3eb2e238e3f5;hpb=cb863ffd4a04f9f8619f52c01d472a64ccc716bd;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/net/x25.h b/include/net/x25.h index 7b5795e..1576e92 100644 --- a/include/net/x25.h +++ b/include/net/x25.h @@ -115,6 +115,7 @@ enum { /* Bitset in x25_sock->flags for misc flags */ #define X25_Q_BIT_FLAG 0 +#define X25_INTERRUPT_FLAG 1 /** * struct x25_route - x25 routing entry @@ -149,7 +150,7 @@ struct x25_sock { struct x25_address source_addr, dest_addr; struct x25_neigh *neighbour; unsigned int lci, cudmatchlength; - unsigned char state, condition, intflag, accptapprv; + unsigned char state, condition, accptapprv; unsigned short vs, vr, va, vl; unsigned long t2, t21, t22, t23; unsigned short fraglen;