Files
MaxScale/include/maxscale
Johan Wikman 81654fb0e7 MXS-1848 Rename monitor types and instance variable
The following type name changes

  MXS_MONITOR_OBJECT   -> MXS_MONITOR_API
  MXS_SPECIFIC_MONITOR -> MXS_MONITOR_INSTANCE

Further, the 'handle' instance variable of what used to be
called MXS_MONITOR_OBJECT has been renamed to 'api'.

An example, what used to look like

   mon->module->stopMonitor(mon->handle);

now looks like

  mon->api->stopMonitor(mon->instance);

which makes it more obvious what is going on.
2018-05-07 14:08:36 +03:00
..
2018-05-03 10:00:44 +03:00
2017-06-01 10:24:20 +03:00
2018-04-27 10:48:56 +03:00
2018-04-20 10:24:00 +03:00
2018-02-12 11:51:39 +02:00
2018-04-10 15:29:29 +03:00
2017-02-20 17:44:22 +02:00
2017-06-01 10:24:20 +03:00
2017-06-29 15:34:22 +02:00
2017-09-07 10:41:15 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-04-27 12:00:38 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-10-03 14:30:06 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-04-10 15:31:51 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-02-28 20:11:27 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-02-06 14:51:07 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2018-05-07 13:51:06 +03:00
2018-03-09 21:00:16 +02:00
2017-06-01 10:24:20 +03:00
2017-06-01 10:24:20 +03:00
2017-11-21 16:49:21 +02:00
2017-06-01 10:24:20 +03:00
2017-09-26 14:29:14 +03:00
2017-03-09 10:01:38 +02:00
2018-04-16 14:53:08 +03:00