Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
a0978a63
Commit
a0978a63
authored
3 years ago
by
Ali Mohammed
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/maestro/i_attributes.h
+7
-0
7 additions, 0 deletions
include/maestro/i_attributes.h
with
7 additions
and
0 deletions
include/maestro/i_attributes.h
+
7
−
0
View file @
a0978a63
...
...
@@ -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) */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment