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-08-18 10:28:21 +03:00
2017-06-01 10:24:20 +03:00
2018-02-16 15:06:24 +02:00
2018-01-03 08:56:41 +02:00
2018-04-27 10:48:56 +03:00
2018-02-05 09:09:18 +02: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
2018-04-27 18:41:01 +03:00
2017-06-01 10:24:20 +03:00
2017-06-29 15:34:22 +02:00
2018-03-07 12:34:47 +02:00
2017-09-07 10:41:15 +03:00
2017-06-30 10:46:05 +03:00
2018-04-10 15:29:30 +03:00
2018-03-26 12:17:36 +03:00
2017-11-07 12:03:09 +02: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
2018-02-08 12:45:18 +02:00
2018-04-23 13:58:00 +03:00
2018-04-17 09:43:57 +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-27 12:32:33 +03:00
2017-09-28 13:59:28 +03:00
2018-04-11 15:26:37 +03:00
2018-04-10 15:31:51 +03:00
2018-05-07 14:08:36 +03:00
2017-06-01 10:24:20 +03:00
2018-02-07 16:07:17 +02:00
2017-06-01 10:24:20 +03:00
2017-06-28 13:26:52 +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-09-08 12:41:41 +03:00
2017-06-01 10:24:20 +03:00
2018-01-03 08:56:41 +02:00
2018-02-06 14:51:07 +02:00
2018-04-17 10:09:37 +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
2018-03-20 13:42:24 +02:00
2018-04-16 14:53:08 +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
2018-04-03 13:31:40 +03:00
2018-04-10 15:31:50 +03:00
2017-06-01 10:24:20 +03:00
2017-08-18 10:28: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-08-14 15:24:16 +03:00
2017-11-07 12:03:09 +02:00
2017-08-18 10:28:21 +03:00
2017-09-26 14:29:14 +03:00
2018-04-26 13:44:24 +03:00
2017-03-09 10:01:38 +02:00
2018-04-16 14:53:08 +03:00