commit | d0aedf8fb31a66a42b1415096a0097a2438f6fc6 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Thu Aug 27 13:14:19 2015 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Thu Aug 27 13:14:19 2015 -0700 |
tree | 576f3745920e231a779c1b24abc71fa3a2092aa9 | |
parent | 1179fb690030cfe7471d39d60c89f217706528de [diff] [blame] |
ref: Add localAddr to flow.Conn and make changes for API modification. MultiPart: 2/2 Change-Id: Iaf1077d5490856770c28ffd6eca50c47a4b68e6c
diff --git a/runtime/internal/flow/conn/flow.go b/runtime/internal/flow/conn/flow.go index ccea002..a3207dc 100644 --- a/runtime/internal/flow/conn/flow.go +++ b/runtime/internal/flow/conn/flow.go
@@ -242,7 +242,7 @@ } // Conn returns the connection the flow is multiplexed on. -func (f *flw) Conn() flow.Conn { +func (f *flw) Conn() flow.ManagedConn { return f.conn }