hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Restart.h
Go to the documentation of this file.
1 #ifndef RESTARTAPPLICATION_H
2 #define RESTARTAPPLICATION_H
3 #include <sys/types.h>
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <unistd.h>
7 #include <dirent.h>
8 #include <signal.h>
9 bool restartApplication(char **argv);
10 #endif