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

@ -11,6 +11,7 @@
typedef struct extern_cmd_t{
char* parameters[MAXSCALE_EXTCMD_ARG_MAX]; /*< Command arguments */
int n_exec; /*< Number of times executed */
pid_t child; /*< PID of the child process */
}EXTERNCMD;
EXTERNCMD* externcmd_allocate(char* argstr);