• E
    9p: consolidate transport structure · 8b81ef58
    Eric Van Hensbergen 提交于
    Right now there is a transport module structure which provides per-transport
    type functions and data and a transport structure which contains per-instance
    public data as well as function pointers to instance specific functions.
    
    This patch moves public transport visible instance data to the client
    structure (which in some cases had duplicate data) and consolidates the
    functions into the transport module structure.
    Signed-off-by: NEric Van Hensbergen <ericvh@gmail.com>
    8b81ef58
client.c 19.8 KB