.\" Extracted by src2man from /build/rpma-U2S8XW/rpma-0.10.0/src/include/librpma.h .\" Text automatically generated by txt2man .TH rpma_conn_completion_get 3 "26 January 2022" "RPMA" "RPMA Programmer's Manual" .SH NAME \fBrpma_conn_completion_get \fP- receive a completion of an operation (deprecated) .SH SYNOPSIS .nf .fam C #include struct rpma_conn; struct rpma_completion; int \fBrpma_conn_completion_get\fP(struct rpma_conn *conn, struct rpma_completion *cmpl); .fam T .fi .fam T .fi .SH DESCRIPTION \fBrpma_conn_completion_get\fP() receives the next available completion of an already posted operation from the connection's main CQ one can access directly using \fBrpma_conn_get_cq\fP(3). Please see \fBrpma_cq_get_completion\fP(3) for details. .SH RETURN VALUE The \fBrpma_conn_completion_get\fP() function returns 0 on success or a negative error code on failure. .SH ERRORS \fBrpma_conn_completion_get\fP() can fail with the following errors: .IP \(bu 3 RPMA_E_INVAL - conn or cmpl is NULL .IP \(bu 3 Other errors - please see \fBrpma_cq_get_completion\fP(3) .SH DEPRECATED See \fBrpma_cq_get_completion\fP(3) for details and restrictions. .SH SEE ALSO \fBrpma_conn_get_completion_fd\fP(3), \fBrpma_conn_completion_wait\fP(3), \fBrpma_conn_req_connect\fP(3), \fBrpma_conn_get_cq\fP(3), \fBrpma_conn_get_rcq\fP(3), \fBrpma_flush\fP(3), \fBrpma_read\fP(3), \fBrpma_recv\fP(3), \fBrpma_send\fP(3), \fBrpma_send_with_imm\fP(3), \fBrpma_write\fP(3), \fBrpma_write_with_imm\fP(3), \fBrpma_write_atomic\fP(3), \fBlibrpma\fP(7) and https://pmem.io/rpma/