comparison tcpfwd.h @ 954:e257f94ef8a7 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Jul 2014 22:56:07 +0800
parents f92eb625c48d
children deed0571cacc
comparison
equal deleted inserted replaced
945:9969cee83d0a 954:e257f94ef8a7
70 70
71 /* Common */ 71 /* Common */
72 int listen_tcpfwd(struct TCPListener* tcpinfo); 72 int listen_tcpfwd(struct TCPListener* tcpinfo);
73 int tcp_prio_inithandler(struct Channel* chan); 73 int tcp_prio_inithandler(struct Channel* chan);
74 74
75 #define CHANNEL_ID_TCPFORWARDED 'tcpf' 75 /* A random identifier */
76 #define CHANNEL_ID_TCPFORWARDED 0x43612c67
76 77
77 #endif 78 #endif