Skip to content
  • Nick Mathewson's avatar
    Teach cpuworker and others about create_cell_t and friends · 2802ccae
    Nick Mathewson authored
    The unit of work sent to a cpuworker is now a create_cell_t; its
    response is now a created_cell_t.  Several of the things that call or
    get called by this chain of logic now take create_cell_t or
    created_cell_t too.
    
    Since all cpuworkers are forked or spawned by Tor, they don't need a
    stable wire protocol, so we can just send structs.  This saves us some
    insanity, and helps p
    2802ccae