commit | 060781fb4a7958d45e51e4331e3ea2f47ababa20 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 07 16:50:03 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 21:28:14 2012 +0200 |
tree | 1031ca8d1b211ecd3e54852e05deb6409be03687 | |
parent | ceb4ac9c342e644334d3db9bbba56d9c1a39b596 [diff] |
REORG: stream_interface: create a struct sock_ops to hold socket operations These operators are used regardless of the socket protocol family. Move them to a "sock_ops" struct. ->read and ->write have been moved there too as they have no reason to remain at the protocol level.