MXS-1929: Create internal server representation
The server now has an internal C++ version that extends the public one.
This commit is contained in:
@ -16,6 +16,15 @@
|
||||
* Internal header for the server type
|
||||
*/
|
||||
|
||||
#include <maxscale/server.h>
|
||||
#include <maxscale/resultset.hh>
|
||||
|
||||
std::unique_ptr<ResultSet> serverGetList();
|
||||
|
||||
// Private server implementation
|
||||
class Server: public SERVER
|
||||
{
|
||||
// TODO: Move everything here
|
||||
};
|
||||
|
||||
void server_free(Server *server);
|
||||
|
Reference in New Issue
Block a user