Skip to content

Draft: Refactoring process monitor

Ghost User requested to merge (removed):refactoring/process-monitor into master

Removed property "type", since it is not used outside of process monitor itself. Introduced the enum 'XtmProcessMonitorType' to increase code readability. Removed the function xtm_process_monitor_set_type(). Setting the type now happens directly through the function xtm_process_monitor_new().

Any suggestions are welcome.

When everyone is satisfied, perhaps this could be merged :)

Merge request reports