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 63a0a7c commit 1607d07Copy full SHA for 1607d07
ompi/mca/osc/rdma/osc_rdma.h
@@ -513,7 +513,7 @@ static inline void ompi_osc_rdma_aggregation_return (ompi_osc_rdma_aggregation_t
513
514
515
__opal_attribute_always_inline__
516
-static bool ompi_osc_rdma_oor (int rc)
+static inline bool ompi_osc_rdma_oor (int rc)
517
{
518
/* check for OPAL_SUCCESS first to short-circuit the statement in the common case */
519
return (OPAL_SUCCESS != rc && (OPAL_ERR_OUT_OF_RESOURCE == rc || OPAL_ERR_TEMP_OUT_OF_RESOURCE == rc));
0 commit comments