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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
8e862562
Commit
8e862562
authored
3 years ago
by
Utz-Uwe Haus
Browse files
Options
Downloads
Patches
Plain Diff
Fix distcheck issues
Closes jsc/
#59
parent
30a1c6d6
No related branches found
No related tags found
1 merge request
!20
Resolve "Support multiple CDO handles from the same application"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
maestro/drc.c
+1
-1
1 addition, 1 deletion
maestro/drc.c
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
with
2 additions
and
2 deletions
maestro/drc.c
+
1
−
1
View file @
8e862562
...
...
@@ -233,7 +233,7 @@ mstro_drc_insert_ofi(struct fi_info *fi, const mstro_drc_info info)
#if FI_VERSION_GE(FI_VERSION(FI_MAJOR_VERSION,FI_MINOR_VERSION), FI_VERSION(1,5))
// auth key is free()ed by fabric.c on teardown, so we need to duplicate it
fi
->
domain_attr
->
auth_key
=
dup_authkey
(
&
info
->
auth_key
);
fi
->
domain_attr
->
auth_key
=
(
uint8_t
*
)
dup_authkey
(
&
info
->
auth_key
);
if
(
fi
->
domain_attr
->
auth_key
==
NULL
)
{
return
MSTRO_NOMEM
;
}
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
View file @
8e862562
...
...
@@ -50,7 +50,7 @@ AM_CPPFLAGS = $(TEST_INCLUDES) -DTOPSRCDIR=$(top_srcdir)
LDADD
=
$(
top_builddir
)
/libmaestro.la
check_HEADERS
=
cheat.h
check_HEADERS
=
cheat.h
ecmwf_config.h
TESTS
=
check_version check_init check_uuid
\
coverage check_memlock
\
...
...
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