Files
MaxScale/server/core/internal
Markus Mäkelä 00ab890b19 MXS-1929: Store filters in smart pointers
The FilterDef structs are now stored in a vector<std::shared_ptr>. This
should make it easier to use filters even if they are deleted before the
session using them closes.

All internal functions now take a smart point as a parameter. One
problematic case will be debugcmd.cc which moves information around as
pointers cast into unsigned longs.
2018-08-06 21:20:29 +03:00
..
2018-06-25 10:07:52 +03:00
2018-08-06 21:19:48 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-07-31 22:32:31 +03:00
2018-07-06 14:56:19 +03:00
2018-07-31 22:50:08 +03:00
2018-07-31 22:50:08 +03:00
2018-07-31 22:50:08 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-07-31 22:50:08 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-06-25 10:07:52 +03:00
2018-06-26 09:19:46 +03:00