Differences From Artifact [a012300f05]:
- File src/resolver.h — part of check-in [44c595058b] at 2014-01-27 12:34:10 on branch trunk — of_address_to_string: Add a way to get the port (user: js, size: 2083) [annotate] [blame] [check-ins using]
To Artifact [2514a83524]:
- File src/resolver.h — part of check-in [dfd8e14567] at 2014-01-29 09:54:56 on branch trunk — resolver.h: Rename private to private_ for C++ (user: js, size: 2084) [annotate] [blame] [check-ins using]
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + |
/*!
* @brief A struct representing one result from the resolver.
*/
typedef struct of_resolver_result_t {
int family, type, protocol;
struct sockaddr *address;
socklen_t addressLength;
|
| ︙ |