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 cd8272b commit 5fcfe82Copy full SHA for 5fcfe82
ompi/mca/osc/rdma/osc_rdma.h
@@ -506,7 +506,7 @@ static inline void ompi_osc_rdma_aggregation_return (ompi_osc_rdma_aggregation_t
506
507
508
__opal_attribute_always_inline__
509
-static bool ompi_osc_rdma_oor (int rc)
+static inline bool ompi_osc_rdma_oor (int rc)
510
{
511
/* check for OPAL_SUCCESS first to short-circuit the statement in the common case */
512
return (OPAL_SUCCESS != rc && (OPAL_ERR_OUT_OF_RESOURCE == rc || OPAL_ERR_TEMP_OUT_OF_RESOURCE == rc));
0 commit comments