Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
b0a50b98
Commit
b0a50b98
authored
Jul 06, 2018
by
Samuel K. Gutierrez
Browse files
Fix 'multiple definition' errors on some compilers.
parent
cf673d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/margo.h
View file @
b0a50b98
...
...
@@ -187,7 +187,7 @@ hg_id_t margo_provider_register_name(
*
* \return unique ID associated to the registered function
*/
inline
hg_id_t
margo_register_name
(
static
inline
hg_id_t
margo_register_name
(
margo_instance_id
mid
,
const
char
*
func_name
,
hg_proc_cb_t
in_proc_cb
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment