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
33f888aa
Commit
33f888aa
authored
Dec 03, 2018
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move rogue comment
parent
acb8c296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
margo.h
include/margo.h
+5
-6
No files found.
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