patch-2.3.1 linux/include/net/sock.h

Next file: linux/include/net/tcp.h
Previous file: linux/include/net/irda/irvtd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/include/net/sock.h linux/include/net/sock.h
@@ -384,7 +384,7 @@
 	atomic_t		sock_readers;	/* User count				*/
 	int			rcvbuf;		/* Size of receive buffer in bytes	*/
 
-	struct wait_queue	**sleep;	/* Sock wait queue			*/
+	wait_queue_head_t	*sleep;	/* Sock wait queue			*/
 	struct dst_entry	*dst_cache;	/* Destination cache			*/
 	atomic_t		rmem_alloc;	/* Receive queue bytes committed	*/
 	struct sk_buff_head	receive_queue;	/* Incoming packets			*/

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)