Commit a30c4171 authored by Kenton Varda's avatar Kenton Varda

Finish other end of RPC tail call implementation.

parent 85a2ec20
......@@ -188,6 +188,7 @@ public:
AllocationStrategy allocationStrategy = SUGGESTED_ALLOCATION_STRATEGY);
inline ObjectPointer::Builder getRoot() { return root; }
inline ObjectPointer::Reader getRootReader() const { return root.asReader(); }
private:
MallocMessageBuilder message;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment