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

xio: fix build #11768

Merged
merged 3 commits into from
Nov 3, 2016
Merged

xio: fix build #11768

merged 3 commits into from
Nov 3, 2016

Commits on Nov 3, 2016

  1. xio: compile fix removing undeclared 'features'

    This fix was proposed on ceph-devel and acked by Sage Weil.
    The corresponding change in in the later print is obvious
    from context.
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    Marov Aleksey authored and mattbenjamin committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    7b10c6c View commit details
    Browse the repository at this point in the history
  2. xio: build fixes (XioMessenger lacks features argument)

    Applies the constructor signature change to the uses in
    xio_client and xio_server test programs.
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    mattbenjamin committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    2ac2ef3 View commit details
    Browse the repository at this point in the history
  3. xio: build fixes (some unittest targets need XIO_LIBRARY)

    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    mattbenjamin committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    c5aa43d View commit details
    Browse the repository at this point in the history