add fsm checker by Gabriel Matni
[lttv.git] / contrib / fsm_checker / FD_CHECK / fd.h
diff --git a/contrib/fsm_checker/FD_CHECK/fd.h b/contrib/fsm_checker/FD_CHECK/fd.h
new file mode 100755 (executable)
index 0000000..12e0605
--- /dev/null
@@ -0,0 +1,18 @@
+#include "fd_sm.h"
+#include <glib.h>
+
+
+struct fd
+{
+       int pid;        
+       int fd;
+       struct fdContext _fsm;
+};
+struct fd * fd_Init();
+void fd_save_args(struct fd *this, int pid, int fd);
+void fd_destroy_scenario(struct fd *, int);
+void fd_warning(struct fd *this, char *msg);
+
+int my_process_exit(struct fd *this, int pid);
+int test_args(struct fd *this, int pid, int fd);
+void skip_FSM();
This page took 0.023693 seconds and 4 git commands to generate.