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
33f888aa
Commit
33f888aa
authored
Dec 03, 2018
by
Shane Snyder
Browse files
move rogue comment
parent
acb8c296
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/margo.h
View file @
33f888aa
...
...
@@ -11,12 +11,6 @@
extern
"C"
{
#endif
/* This is to prevent the user from usin HG_Register_data
* and HG_Registered_data, which are replaced with
* margo_register_data and margo_registered_data
* respecively.
*/
#include <mercury.h>
#include <mercury_types.h>
#include <mercury_bulk.h>
...
...
@@ -27,6 +21,11 @@ extern "C" {
#define __MARGO_PROVIDER_ID_SIZE (sizeof(hg_id_t)/4)
#define __MARGO_RPC_HASH_SIZE (__MARGO_PROVIDER_ID_SIZE * 3)
/* This is to prevent the user from usin HG_Register_data
* and HG_Registered_data, which are replaced with
* margo_register_data and margo_registered_data
* respecively.
*/
#undef MERCURY_REGISTER
struct
margo_instance
;
...
...
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