Skip to content
Snippets Groups Projects
Commit 9a95a82d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Making vcluster more general

parent e7f8ccc4
No related branches found
No related tags found
No related merge requests found
Pipeline #4195 passed
......@@ -43,12 +43,12 @@ struct unpack_selector_with_prp
{
T unp;
ExtPreAlloc<HeapMemory> & mem = *(new ExtPreAlloc<HeapMemory>(recv_buf.get(i).size(),recv_buf.get(i)));
ExtPreAlloc<Memory> & mem = *(new ExtPreAlloc<Memory>(recv_buf.get(i).size(),recv_buf.get(i)));
mem.incRef();
Unpack_stat ps;
Unpacker<T,HeapMemory>::template unpack<>(mem, unp, ps);
Unpacker<T,Memory>::template unpack<>(mem, unp, ps);
size_t recv_size_old = recv.size();
// Merge the information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment