Begin converting EXTERNCMD to a class

Mostly renaming for now.
This commit is contained in:
Esa Korhonen
2019-05-23 17:40:03 +03:00
parent 5043293b97
commit 11a8488162
4 changed files with 46 additions and 53 deletions

View File

@ -36,7 +36,7 @@ class Monitor;
struct DCB;
struct json_t;
struct EXTERNCMD;
struct ExternalCmd;
/**
* @verbatim
@ -557,7 +557,7 @@ private:
*
* @return Return value of the executed script or -1 on error.
*/
int launch_command(MonitorServer* ptr, EXTERNCMD* cmd);
int launch_command(MonitorServer* ptr, ExternalCmd* cmd);
enum class CredentialsApproach
{