69
69
/****************************************************************************
71
71
a timeout value, in seconds, that we should wait until we
72
72
derermine we can't connect to a particular host. If timeout is 0,
75
75
Base version coded by Steve Bernacki, Jr. <steve@navinet.net>
76
76
*****************************************************************************/
78
int connect_with_timeout(int fd, const struct sockaddr *name, uint32_t namelen, int32_t timeout)
78
int drizzleclient_connect_with_timeout(int fd, const struct sockaddr *name, uint32_t namelen, int32_t timeout)