Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34334
b: refs/heads/master
c: 07eeec0
h: refs/heads/master
v: v3
  • Loading branch information
Or Gerlitz authored and Roland Dreier committed Sep 22, 2006
1 parent d915911 commit dc2293b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a70d059009f4a207e2a9c794f40fc8c870096d54
refs/heads/master: 07eeec0627e93a1a753c4df004a97a4d0a7b9ceb
8 changes: 8 additions & 0 deletions trunk/include/rdma/rdma_cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ struct rdma_cm_id {
struct rdma_cm_id *rdma_create_id(rdma_cm_event_handler event_handler,
void *context, enum rdma_port_space ps);

/**
* rdma_destroy_id - Destroys an RDMA identifier.
*
* @id: RDMA identifier.
*
* Note: calling this function has the effect of canceling in-flight
* asynchronous operations associated with the id.
*/
void rdma_destroy_id(struct rdma_cm_id *id);

/**
Expand Down

0 comments on commit dc2293b

Please sign in to comment.