| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Fwd: [PATCH] check ip callback
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 20 Sep 2007 16:17:20 +0200 (CEST)
On Fri, 14 Sep 2007, Dan Fandrich wrote:
>> + int* ai_family,
I would prefer a struct pointer to prevent the number of arguments to be
I think I would prefer a separate new struct, as then it could also feature a
struct Curl_socketinfo {
typedef int (*curl_sockopt_callback)(void *clientp,
And then if you in the callback _only_ changes the family of the socket, it
int curl_sockopt_callback(void *clientp,
return 0;
Good / bad ?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-09-20 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info