add fsm checker by Gabriel Matni
[lttv.git] / contrib / fsm_checker / FD_CHECK / fd.h
CommitLineData
e09e518e
GM
1#include "fd_sm.h"
2#include <glib.h>
3
4
5struct fd
6{
7 int pid;
8 int fd;
9 struct fdContext _fsm;
10};
11struct fd * fd_Init();
12void fd_save_args(struct fd *this, int pid, int fd);
13void fd_destroy_scenario(struct fd *, int);
14void fd_warning(struct fd *this, char *msg);
15
16int my_process_exit(struct fd *this, int pid);
17int test_args(struct fd *this, int pid, int fd);
18void skip_FSM();
This page took 0.021935 seconds and 4 git commands to generate.