MXS-936: add shutdown hooks

First part: add shutdown hooks for routers.

Binlog is the first one with a  destroyInstance() routine
This commit is contained in:
MassimilianoPinto
2016-11-08 11:12:37 +01:00
parent 689366b6b7
commit de18f25cb8
12 changed files with 92 additions and 10 deletions

View File

@ -101,7 +101,8 @@ static ROUTER_OBJECT MyObject =
diagnostics,
clientReply,
handleError,
getCapabilities
getCapabilities,
NULL
};
/*