]> Cypherpunks repositories - gostls13.git/commit
rpc: expose Server type to allow multiple RPC Server instances
authorAndrew Gerrand <adg@golang.org>
Thu, 28 Oct 2010 00:05:56 +0000 (11:05 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 28 Oct 2010 00:05:56 +0000 (11:05 +1100)
commit250ac87368f25bf1c35ffd6f522639fea119dc2d
treeeae078ed65e9d7acc750b1bc9054c83ef36a76ba
parent904adfdc46507b3ddfe0f8b742b8414df31052d2
rpc: expose Server type to allow multiple RPC Server instances

R=r, rsc, msolo, sougou
CC=golang-dev
https://golang.org/cl/2696041
src/pkg/rpc/client.go
src/pkg/rpc/debug.go
src/pkg/rpc/server.go
src/pkg/rpc/server_test.go