Skip to content
  • Eric Van Hensbergen's avatar
    9p: consolidate transport structure · 8b81ef58
    Eric Van Hensbergen authored
    
    
    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: default avatarEric Van Hensbergen <ericvh@gmail.com>
    8b81ef58