Changeset 9910
- Timestamp:
- Jan 10, 2010, 7:52:01 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/web.c
r9908 r9910 346 346 if( ( io_event != NULL ) && ( curl_what & CURL_POLL_REMOVE ) ) 347 347 { 348 CURLMcode m;349 348 memset( io_event, TR_MEMORY_TRASH, sizeof( struct event ) ); 350 349 tr_free( io_event ); 351 m = curl_multi_assign( web->multi, fd, NULL );352 assert( m == CURLM_OK );353 350 /*fprintf( stderr, "-1 io_events to %d\n", --num_events );*/ 354 351 } -
trunk/third-party/macosx-libevent-config.h
r9162 r9910 51 51 52 52 /* Define to 1 if you have the `kqueue' function. */ 53 #define HAVE_KQUEUE 1 53 /* #define HAVE_KQUEUE 1 */ 54 54 55 55 /* Define to 1 if you have the `nsl' library (-lnsl). */ … … 195 195 196 196 /* Define if kqueue works correctly with pipes */ 197 #define HAVE_WORKING_KQUEUE 1 197 /* #define HAVE_WORKING_KQUEUE 1 */ 198 198 199 199 /* Define to the sub-directory in which libtool stores uninstalled libraries. -
trunk/third-party/macosx-libevent-event-config.h
r9162 r9910 58 58 59 59 /* Define to 1 if you have the `kqueue' function. */ 60 #define _EVENT_HAVE_KQUEUE 1 60 /* #define _EVENT_HAVE_KQUEUE 1 */ 61 61 62 62 /* Define to 1 if you have the `nsl' library (-lnsl). */ … … 202 202 203 203 /* Define if kqueue works correctly with pipes */ 204 #define _EVENT_HAVE_WORKING_KQUEUE 1 204 /* #define _EVENT_HAVE_WORKING_KQUEUE 1 */ 205 205 206 206 /* Define to the sub-directory in which libtool stores uninstalled libraries.
Note: See TracChangeset
for help on using the changeset viewer.