tipc: implement framework/server support logic (except for actual processing)

This commit is contained in:
Michael Scire 2021-04-09 00:06:03 -07:00 committed by SciresM
parent e3a65b1405
commit 822875ecf5
7 changed files with 609 additions and 3 deletions

View file

@ -127,7 +127,7 @@ namespace ams::tipc::impl {
static_assert(::NAMESPACE::Is##INTERFACE<ImplType>); \
\
/* Get accessor to the message buffer. */ \
svc::ipc::MessageBuffer message_buffer(svc::ipc::GetMessageBuffer()); \
const svc::ipc::MessageBuffer message_buffer(svc::ipc::GetMessageBuffer()); \
\
/* Get decision variables. */ \
const auto tag = svc::ipc::MessageBuffer::MessageHeader(message_buffer).GetTag(); \