Skip to content

Commit a2e6b7e

Browse files
authored
[minor] Fix fd (#28)
1 parent b177bb2 commit a2e6b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/multi_curl_manager.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ struct GlobalInfo {
2121
int event_fd = -1;
2222
#elif defined(__APPLE__)
2323
int kq_fd = -1;
24+
// Used for event notification.
2425
int event_ident = -1;
2526
#endif
26-
int timer_fd = -1;
27-
int event_fd = -1;
27+
2828
CURLM *multi = nullptr;
2929
int still_running = 0;
3030
// Only accessed in the background thread.

0 commit comments

Comments
 (0)