struct cmd_monitor_t
Structure defining command monitor
#include <te_cmd_monitor.h> struct cmd_monitor_t { // fields pthread_t thread; bool enable; char* name; char* command; char* time_to_wait; // methods TAILQ_ENTRY(cmd_monitor_t); };
Structure defining command monitor
#include <te_cmd_monitor.h> struct cmd_monitor_t { // fields pthread_t thread; bool enable; char* name; char* command; char* time_to_wait; // methods TAILQ_ENTRY(cmd_monitor_t); };