Revision 5fafdf24 slirp/if.h

b/slirp/if.h
1 1
/*
2 2
 * Copyright (c) 1995 Danny Gasparovski.
3
 * 
4
 * Please read the file COPYRIGHT for the 
3
 *
4
 * Please read the file COPYRIGHT for the
5 5
 * terms and conditions of the copyright.
6 6
 */
7 7

  
......
39 39
	u_int in_bytes;		/* Input bytes */
40 40
	u_int in_errpkts;		/* Input Error Packets */
41 41
	u_int in_errbytes;	/* Input Error Bytes */
42
	
42

  
43 43
	u_int bytes_saved;	/* Number of bytes that compression "saved" */
44 44
				/* ie: number of bytes that didn't need to be sent over the link
45 45
				 * because of compression */
46
	
46

  
47 47
	u_int in_mbad;		/* Bad incoming packets */
48 48
};
49 49

  

Also available in: Unified diff