Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
0c90f6f8af1d64ec9272bb2f6092336f3d0b8df8
/
.
/
lib
/
erl
/
include
/
transport
/
tSocket.hrl
blob: 95d8d8757833a1fddd9b5d9153324d84ebbbb0a0 [
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
}).