We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InvokeContext::connection
2 parents 4992b52 + f999694 commit ddd2ceeCopy full SHA for ddd2cee
include/mp/proxy-io.h
@@ -30,8 +30,8 @@ struct InvokeContext
30
struct ClientInvokeContext : InvokeContext
31
{
32
ThreadContext& thread_context;
33
- ClientInvokeContext(Connection& connection, ThreadContext& thread_context)
34
- : InvokeContext{connection}, thread_context{thread_context}
+ ClientInvokeContext(Connection& conn, ThreadContext& thread_context)
+ : InvokeContext{conn}, thread_context{thread_context}
35
36
}
37
};
0 commit comments