• Poul-Henning Kamp's avatar
    The obj and objcore are not really properties of the session, and we · 3150388c
    Poul-Henning Kamp authored
    need to be able to reach them during fetching without worrying about
    a particular session.
    
    Move them to the worker thread, which corresponds much closer to their
    lifetime.
    
    This is mostly a brute force s/sp->obj/sp->wrk->obj/, with a few
    necessary edits.  Consequential fallouts and sp-scope-elimination to
    follow in subsequent commits.
    3150388c
cache_session.c 9.13 KB