MXS-1220: Implement JSON diagnostics entry point in first part of filters
First part of the filters now implement the JSON version of the diagnostics function. The rest are converted in a followup commit.
This commit is contained in:
committed by
Markus Mäkelä
parent
4804c975ad
commit
12baa304e6
@ -569,8 +569,9 @@ int FilterSession::clientReply(GWBUF* pPacket)
|
||||
return m_up.clientReply(pPacket);
|
||||
}
|
||||
|
||||
void FilterSession::diagnostics(DCB* pDcb)
|
||||
json_t* FilterSession::diagnostics()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user