Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
0849f848
Commit
0849f848
authored
Jun 30, 2017
by
williamfgc
Committed by
GitHub
Jun 30, 2017
Browse files
Update MdtmMan.cpp
Restoring warning, this will be addressed as DataMan is integrated inside ADIOS2
parent
319a8402
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/dataman/MdtmMan.cpp
View file @
0849f848
...
...
@@ -101,7 +101,7 @@ int MdtmMan::get(void *a_data, json &a_jmsg) { return 0; }
void
MdtmMan
::
on_put
(
std
::
shared_ptr
<
std
::
vector
<
char
>>
a_data
)
{
auto
writtenSize
=
write
(
m_pipe_handler
,
a_data
->
data
(),
a_data
->
size
());
write
(
m_pipe_handler
,
a_data
->
data
(),
a_data
->
size
());
}
void
MdtmMan
::
on_recv
(
json
&
a_jmsg
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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