Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: remove unneeded layout on MClientCaps #11790

Merged
merged 2 commits into from
Nov 11, 2016
Merged

Commits on Nov 4, 2016

  1. mds, client: make MClientCaps::layout private

    ...so that it's more obvious where it's being
    set,get'ed from.
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    fddff2b View commit details
    Browse the repository at this point in the history
  2. client: remove unneeded layout on MClientCaps

    This field is needed by the client when it
    receives an MClientCaps from the server, but
    it is never read on the serevr when set by
    the client.
    
    This change is aimed at making the code easier
    to understand by removing something redundant (it's
    not a performance optimisation!)
    
    Signed-off-by: John Spray <john.spray@redhat.com>
    John Spray committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    469ba82 View commit details
    Browse the repository at this point in the history