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
0f2bcf7d
Commit
0f2bcf7d
authored
Mar 15, 2018
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
implement a noop _read_conf_file function
parent
4319bd8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
include/libmobject-store.h
include/libmobject-store.h
+8
-0
include/librados-mobject-store.h
include/librados-mobject-store.h
+1
-0
No files found.
include/libmobject-store.h
View file @
0f2bcf7d
...
...
@@ -155,6 +155,14 @@ int mobject_store_create(
mobject_store_t
*
cluster
,
const
char
*
const
id
);
static
inline
int
mobject_store_conf_read_file
(
mobject_store_t
cluster
,
const
char
*
path
)
{
return
0
;
}
/**
* Connect to a mobject cluster.
*
...
...
include/librados-mobject-store.h
View file @
0f2bcf7d
...
...
@@ -34,6 +34,7 @@ typedef mobject_store_completion_t rados_completion_t;
typedef
mobject_store_callback_t
rados_callback_t
;
#define rados_create mobject_store_create
#define rados_conf_read_file mobject_store_conf_read_file
#define rados_connect mobject_store_connect
#define rados_shutdown mobject_store_shutdown
#define rados_pool_create mobject_store_pool_create
...
...
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