Tor
0.4.7.0-alpha-dev
|
Data Fields | |
consensus_cache_entry_t * | diff_from |
consensus_cache_entry_t * | diff_to |
compressed_result_t | out [ARRAY_LENGTH(compress_diffs_with)] |
An object passed to a worker thread that will try to produce a consensus diff.
Definition at line 1400 of file consdiffmgr.c.
consensus_cache_entry_t* diff_from |
Input: The consensus to compute the diff from. Holds a reference to the cache entry, which must not be released until the job is passed back to the main thread. The body must be mapped into memory in the main thread.
Definition at line 1406 of file consdiffmgr.c.
Referenced by consensus_diff_worker_replyfn(), and consensus_diff_worker_threadfn().
consensus_cache_entry_t* diff_to |
Input: The consensus to compute the diff to. Holds a reference to the cache entry, which must not be released until the job is passed back to the main thread. The body must be mapped into memory in the main thread.
Definition at line 1412 of file consdiffmgr.c.
Output: labels and bodies
Definition at line 1415 of file consdiffmgr.c.