Skip to content
Snippets Groups Projects
Commit a0978a63 authored by Ali Mohammed's avatar Ali Mohammed
Browse files

automatically set cdo.isdistributed attribute when user add any cdo.dist.* attribute

parent 238446df
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,13 @@ mstro_status
mstro_cdo_attribute_set_isdistributed(mstro_cdo cdo, const char* key);
/* Automaticallly set cdo.isdistributed attributed if the user set any of the
distributed layout attributes */
static inline
mstro_status
mstro_cdo_attribute_set_isdistributed(mstro_cdo cdo, const char* key);
/**@} (end of group MSTRO_I_Attributes) */
/**@} (end of addtogroup MSTRO_Internal) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment