Expose BufferDescriptorC

This commit is contained in:
gdkchan
2018-01-17 16:38:56 -03:00
parent a5c50a5b28
commit e2763358ca

View File

@@ -143,6 +143,10 @@ public:
return buffer_b_desciptors;
}
const std::vector<IPC::BufferDescriptorC>& BufferDescriptorC() const {
return buffer_c_desciptors;
}
const std::unique_ptr<IPC::DomainMessageHeader>& GetDomainMessageHeader() const {
return domain_message_header;
}