#include <ms_msg_list.h>

Data Fields | |
| msg_list_el | ldone |
| msg_list_el | lsent |
| int | nrdone |
| int | nrsent |
| gen_lock_t | sem_done |
| gen_lock_t | sem_sent |
Definition at line 56 of file ms_msg_list.h.
Definition at line 61 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_free(), msg_list_init(), and msg_list_reset().
Definition at line 60 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_free(), msg_list_init(), and msg_list_set_flag().
| int nrdone |
Definition at line 59 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_free(), msg_list_init(), and msg_list_reset().
| int nrsent |
Definition at line 58 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_free(), and msg_list_init().
| gen_lock_t sem_done |
Definition at line 63 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_free(), msg_list_init(), and msg_list_reset().
| gen_lock_t sem_sent |
Definition at line 62 of file ms_msg_list.h.
Referenced by msg_list_check(), msg_list_check_msg(), msg_list_free(), msg_list_init(), and msg_list_set_flag().
1.5.6