Move reply_is_complete into RWBackend
Moved the reply state checking inside the RWBackend class to make it possibly reusable in other parts of MaxScale. Also removed a redundant function.
This commit is contained in:
@ -83,6 +83,8 @@ public:
|
||||
return m_command;
|
||||
}
|
||||
|
||||
bool reply_is_complete(GWBUF *buffer);
|
||||
|
||||
private:
|
||||
reply_state_t m_reply_state;
|
||||
BackendHandleMap m_ps_handles; /**< Internal ID to backend PS handle mapping */
|
||||
|
||||
Reference in New Issue
Block a user