Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mobject-store
Commits
7957bb28
Commit
7957bb28
authored
Nov 06, 2017
by
Shane Snyder
Browse files
add note about pools being ignored currently
parent
03298d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client/io-context.c
View file @
7957bb28
...
...
@@ -12,6 +12,8 @@ int mobject_store_ioctx_create(
const
char
*
pool_name
,
mobject_store_ioctx_t
*
ioctx
)
{
(
void
)
pool_name
;
/* XXX pool is ignored for now and instead use one global "pool" */
*
ioctx
=
(
mobject_store_ioctx_t
)
calloc
(
1
,
sizeof
(
**
ioctx
));
(
*
ioctx
)
->
pool_name
=
strdup
(
pool_name
);
(
*
ioctx
)
->
cluster
=
cluster
;
...
...
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