File: dis_relay.h

package info (click to toggle)
acm 5.0-29.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 8,592 kB
  • sloc: ansic: 42,445; makefile: 710; cpp: 293; perl: 280; sh: 198
file content (7 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
typedef struct _SwitchClient {
	struct sockaddr		addr;
	unsigned long		frame_count;
	struct _SwitchClient	*next;
	} SwitchClient;

extern SwitchClient *client_list;