We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d8452 commit 032bcf9Copy full SHA for 032bcf9
ompi/mca/osc/rdma/osc_rdma.h
@@ -514,7 +514,7 @@ static inline void ompi_osc_rdma_aggregation_return (ompi_osc_rdma_aggregation_t
514
515
516
__opal_attribute_always_inline__
517
-static bool ompi_osc_rdma_oor (int rc)
+static inline bool ompi_osc_rdma_oor (int rc)
518
{
519
/* check for OPAL_SUCCESS first to short-circuit the statement in the common case */
520
return (OPAL_SUCCESS != rc && (OPAL_ERR_OUT_OF_RESOURCE == rc || OPAL_ERR_TEMP_OUT_OF_RESOURCE == rc));
0 commit comments