Skip to content

Commit

Permalink
Merge pull request ofiwg#103 from bturrubiates/topic/fix-build
Browse files Browse the repository at this point in the history
Topic/fix build
  • Loading branch information
bturrubiates committed Apr 20, 2015
2 parents c0df64f + 85ccba7 commit cf8c41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion prov/gni/include/gnix.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extern "C" {
(FI_MSG | FI_RMA | FI_TAGGED | FI_ATOMICS | \
FI_DIRECTED_RECV | FI_MULTI_RECV | FI_INJECT | FI_SOURCE | FI_READ | \
FI_WRITE | FI_SEND | FI_RECV | FI_REMOTE_READ | FI_REMOTE_WRITE | \
FI_TRANSMIT_COMPLETE | FI_CANCEL | FI_FENCE)
FI_TRANSMIT_COMPLETE | FI_FENCE)

/*
* see Operations flags in fi_endpoint.3
Expand Down
7 changes: 0 additions & 7 deletions prov/gni/src/gnix_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,13 +461,6 @@ ssize_t gnix_ep_tsenddata(struct fid_ep *ep, const void *buf, size_t len,
return -FI_ENOSYS;
}

ssize_t gnix_ep_tsearch(struct fid_ep *ep, uint64_t *tag, uint64_t ignore,
uint64_t flags, fi_addr_t *src_addr, size_t *len,
void *context)
{
return -FI_ENOSYS;
}

struct fi_ops_tagged gnix_ep_tagged_ops = {
.size = sizeof(struct fi_ops_tagged),
.recv = gnix_ep_trecv,
Expand Down

0 comments on commit cf8c41a

Please sign in to comment.