|
Tor 0.4.9.8
|
Data Fields | |
| hs_pow_solver_inputs_t | pow_inputs |
| uint32_t | intro_circ_identifier |
| uint8_t | rend_circ_cookie [HS_REND_COOKIE_LEN] |
| hs_pow_solution_t * | pow_solution_out |
An object passed to a worker thread that will try to solve the pow.
| uint32_t intro_circ_identifier |
State: we'll look these up to figure out how to proceed after.
Definition at line 429 of file hs_pow.c.
Referenced by hs_pow_queue_work(), and pow_worker_replyfn().
| hs_pow_solver_inputs_t pow_inputs |
Inputs for the PoW solver (seed, chosen effort)
Definition at line 426 of file hs_pow.c.
Referenced by hs_pow_queue_work(), pow_worker_replyfn(), and pow_worker_threadfn().
| hs_pow_solution_t* pow_solution_out |
Output: The worker thread will malloc and write its answer here, or set it to NULL if it produced no useful answer.
Definition at line 434 of file hs_pow.c.
Referenced by pow_worker_job_free(), pow_worker_replyfn(), and pow_worker_threadfn().
| uint8_t rend_circ_cookie[HS_REND_COOKIE_LEN] |