]> Zhao Yanbai Git Server - minix.git/commitdiff
Added NWIOTCPGERROR.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Mar 2006 14:08:46 +0000 (14:08 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Mar 2006 14:08:46 +0000 (14:08 +0000)
include/net/ioctl.h

index 148ac99d73c845b35c12a95b6e8574c86c138bda..c110943c10f1b7658523f6e64ae24cb1d13c776a 100755 (executable)
@@ -44,6 +44,7 @@
 #define NWIOTCPLISTENQ _IOW('n', 57, int)
 #define NWIOGTCPCOOKIE _IOR('n', 58, struct tcp_cookie)
 #define NWIOTCPACCEPTTO        _IOW('n', 59, struct tcp_cookie)
+#define NWIOTCPGERROR  _IOR('n', 60, int)
 
 #define NWIOSUDPOPT    _IOW('n', 64, struct nwio_udpopt)
 #define NWIOGUDPOPT    _IOR('n', 65, struct nwio_udpopt)