commit | 381cfa9a8bc262dcd823a8bb6adc189595a2fe7d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jul 23 17:12:58 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jul 23 21:14:38 2015 -0700 |
tree | 6bd7d3424ce08a8d3b792264ba064c074d34ee7e | |
parent | 89cc750e9b2623aae3c257ce6c72f4ffe3e1bb33 [diff] [blame] |
Report getaddrinfo failures correctly. Also move us off the "convenience" function because you can't get useful error reporting from it. Change-Id: I5fcc6a6d762f5f60906980a7835f01a35045be65
diff --git a/adb/adb_utils.h b/adb/adb_utils.h index e0aa1ba..d1a3f5f 100644 --- a/adb/adb_utils.h +++ b/adb/adb_utils.h
@@ -39,4 +39,6 @@ std::string* host, int* port, std::string* error); +int network_connect(const std::string& host, int port, int type, int timeout, std::string* error); + #endif