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

Move code from .h into .cc #12737

Merged
merged 3 commits into from Jan 4, 2017
Merged

Move code from .h into .cc #12737

merged 3 commits into from Jan 4, 2017

Commits on Jan 2, 2017

  1. RDMA: Move defenitions from Infiniband.h into .cc

    Signed-off-by: Amir Vadai <amir@vadai.me>
    amirv committed Jan 2, 2017
    Copy the full SHA
    75996d2 View commit details
    Browse the repository at this point in the history
  2. RDMA: Move defenitions from RDMAStack.h into .cc

    Signed-off-by: Amir Vadai <amir@vadai.me>
    amirv committed Jan 2, 2017
    Copy the full SHA
    3662403 View commit details
    Browse the repository at this point in the history
  3. RDMA: Fix compilation warning

    Infiniband.cc: In member function ‘int Infiniband::recv_msg(CephContext*, int, IBSYNMsg&)’:
    Infiniband.cc:883:86: warning: format ‘%x’ expects argument of type ‘unsigned int*’, but argument 3 has type ‘uint16_t* {aka short unsigned int*}’ [-Wformat=]
         sscanf(msg, "%x:%x:%x:%x:%s", &(im.lid), &(im.qpn), &(im.psn),
         &(im.peer_qpn),gid);
    
    Signed-off-by: Amir Vadai <amir@vadai.me>
    amirv committed Jan 2, 2017
    Copy the full SHA
    194bc3c View commit details
    Browse the repository at this point in the history