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
chuck cranor
margo
Commits
eded9d81
Commit
eded9d81
authored
Dec 17, 2015
by
Jonathan Jenkins
Browse files
support #include'ing from c++ compiles
parent
44f51aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/margo.h
View file @
eded9d81
...
...
@@ -7,6 +7,10 @@
#ifndef __MARGO
#define __MARGO
#ifdef __cplusplus
extern
"C"
{
#endif
#include
<mercury_bulk.h>
#include
<mercury.h>
#include
<mercury_macros.h>
...
...
@@ -115,4 +119,8 @@ hg_return_t __name##_handler(hg_handle_t handle) { \
*/
#define DECLARE_ARGO_RPC_HANDLER(__name) hg_return_t __name##_handler(hg_handle_t handle);
#ifdef __cplusplus
}
#endif
#endif
/* __MARGO */
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