commit | 360d873864c8903a650b227758b49dd50e6ecc9f | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Sun Dec 30 21:07:17 2007 -0600 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:07 2008 -0500 |
tree | 806631491e4848b194abd539293f124b366a49de | |
parent | 1d8206b97a09e7ff2fbef17d8d1ea008d764eeaa [diff] |
svc: Make svc_sock the tcp/udp transport Make TCP and UDP svc_sock transports, and register them with the svc transport core. A transport type (svc_sock) has an svc_xprt as its first member, and calls svc_xprt_init to initialize this field. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Acked-by: Neil Brown <neilb@suse.de> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Greg Banks <gnb@sgi.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>