Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
2af29aa9
Commit
2af29aa9
authored
Aug 11, 2016
by
Jonathan Jenkins
Browse files
don't put includes inside extern c block
parent
14179ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ssg-margo.h
View file @
2af29aa9
...
...
@@ -8,15 +8,15 @@
// lookup integrated into margo
#ifdef __cplusplus
extern
"C"
{
#endif
#include
<mpi.h>
#include
<margo.h>
#include
"ssg.h"
#ifdef __cplusplus
extern
"C"
{
#endif
// a "margo-aware" version of hg_lookup - still looks up everyone in one go
hg_return_t
ssg_lookup_margo
(
ssg_t
s
,
margo_instance_id
mid
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment