X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=0dc81817b4ed6d4c6f94ca4dec8f3f360cd4db5c;hp=e42f07e5eeabcc49dab291b117955e64cbcf1e89;hb=c2b738e7b51fbec2b11fbbf030b9a5a36df55fc4;hpb=80ea653e8d8050878380fbc1446571cbaf578297 diff --git a/src/net.h b/src/net.h index e42f07e5..0dc81817 100644 --- a/src/net.h +++ b/src/net.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.43 2002/02/26 23:26:41 guus Exp $ + $Id: net.h,v 1.9.4.44 2002/03/01 12:26:56 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -74,6 +74,7 @@ typedef union { typedef struct vpn_packet_t { length_t len; /* the actual number of bytes in the `data' field */ + int priority; /* priority or TOS */ unsigned int seqno; /* 32 bits sequence number (network byte order of course) */ unsigned char data[MAXSIZE]; } vpn_packet_t;