Added ndbclustermon and mmmon headers.

This commit is contained in:
Markus Makela
2015-05-11 19:12:45 +03:00
parent 8f019b4514
commit 1aba13177b
10 changed files with 127 additions and 79 deletions

View File

@ -141,6 +141,7 @@ int externcmd_execute(EXTERNCMD* cmd)
}
else
{
cmd->child = pid;
cmd->n_exec++;
LOGIF(LD,skygw_log_write(LD,"[monitor_exec_cmd] Forked child process %d : %s.",pid,cmd));
}