Searched defs:eyeballer (Results 1 – 1 of 1) sorted by relevance
356 struct eyeballer { struct363 struct eyeballer *primary; /* eyeballer this one is backup for */ argument364 timediff_t delay_ms; /* delay until start */365 struct curltime started; /* start of current attempt */366 timediff_t timeoutms; /* timeout for current attempt */367 expire_id timeout_id; /* ID for Curl_expire() */391 struct eyeballer *baller[2]; argument
Completed in 7 milliseconds