Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
cbe1cf0e
Commit
cbe1cf0e
authored
Jul 09, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
Fix 'multiple definition' errors on some compilers. See merge request
!7
parents
cf673d43
b0a50b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
margo.h
include/margo.h
+1
-1
No files found.
include/margo.h
View file @
cbe1cf0e
...
...
@@ -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