commit | c14adc9a126e0e7dc6828cfb56f2fb6b83a06eb4 | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Wed Feb 11 13:02:19 2015 -0800 |
committer | Robin Thellend <rthellend@google.com> | Wed Feb 11 13:02:20 2015 -0800 |
tree | 73a48963adf6c62bf566a9d9741866af0237410f | |
parent | 0dcd2ac81c3e110f23e375d303127074992893cd [diff] |
tunnel: Switch streams to use union With this change, the tunnel API now uses union instead of struct for the client and server stream. Only one of the fields is ever used at a time. So, this is a very good fit for union. Change-Id: I04bb8834132ab728ce997973775548682de2abf1