Main index | Section 3 | Options |
#include <infiniband/verbs.h>"structibv_comp_channel*ibv_create_comp_channel(structibv_context *context);
int ibv_destroy_comp_channel(struct ibv_comp_channel *channel);
ibv_destroy_comp_channel() destroys the completion event channel channel.
ibv_destroy_comp_channel() returns 0 on success, or the value of errno on failure (which indicates the failure reason).
ibv_destroy_comp_channel() fails if any CQs are still associated with the completion event channel being destroyed.
2006-10-31 | IBV_CREATE_COMP_CHANNEL (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options! | ” |
— The Unix Haters' handbook |