commit | e872b350ab0cfd2402340b8ca82b02dc299db69e | [log] [tgz] |
---|---|---|
author | Jeffrey Han <jeffreyhan@fb.com> | Thu Sep 24 10:41:12 2020 -0700 |
committer | Jens Geyer <jensg@apache.org> | Tue Dec 15 21:04:14 2020 +0100 |
tree | baf318426a321e15f46cc72949f512d54193fc11 | |
parent | 4461728f18542eba5d211f9fc412557aab61c491 [diff] [blame] |
THRIFT-5282: Add IPv6 client support to Lua library Client: lua Patch: Jeffrey Han This closes #2243
diff --git a/lib/lua/src/socket.h b/lib/lua/src/socket.h index afb827e..c09eabc 100644 --- a/lib/lua/src/socket.h +++ b/lib/lua/src/socket.h
@@ -75,4 +75,7 @@ const char * tcp_connect(p_socket sock, const char *host, unsigned short port, int timeout); +const char * tcp_create_and_connect(p_socket sock, const char *host, + unsigned short port, int timeout); + #endif