Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
65704511459cdfc0f3e7d70b5008ea4e18a6f538
/
.
/
lib
/
erl
/
include
/
transport
/
tSocket.hrl
blob: 0317d5aa93f6b703dd66ddabc67ad561397ca898 [
file
] [
log
] [
blame
]
%%%
Copyright
(
c
)
2007
-
Facebook
%%%
Distributed
under the
Thrift
Software
License
%%%
%%%
See
accompanying file LICENSE
or
visit the
Thrift
site at
:
%%%
http
:
//developers.facebook.com/thrift/
-
record
(
tSocket
,
{
super
,
host
,
port
,
handle
}).