Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mobject-store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
mobject-store
Commits
03298d3b
Commit
03298d3b
authored
Nov 03, 2017
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commenting current code that requires a specific branch of margo
parent
85114d42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/client/aio/completion.c
src/client/aio/completion.c
+2
-1
src/client/aio/completion.h
src/client/aio/completion.h
+2
-1
No files found.
src/client/aio/completion.c
View file @
03298d3b
...
...
@@ -9,7 +9,7 @@
#include "libmobject-store.h"
#include "src/client/aio/completion.h"
#include "src/util/log.h"
#if 0
int mobject_store_aio_create_completion(void *cb_arg,
mobject_store_callback_t cb_complete,
mobject_store_callback_t cb_safe,
...
...
@@ -75,3 +75,4 @@ void mobject_store_aio_release(mobject_store_completion_t c)
"Trying to release a completion handle before operation completed");
free(c);
}
#endif
src/client/aio/completion.h
View file @
03298d3b
...
...
@@ -8,7 +8,7 @@
#include <margo.h>
#include "mobject-store-config.h"
#if 0
/**
* The mobject_store_completion object is used for asynchronous
* functions. It contains the callbacks to call when the data is
...
...
@@ -25,6 +25,7 @@ struct mobject_store_completion {
margo_request request; // margo request to wait on
int ret_value; // return value of the operation
};
#endif
#endif
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