#include <dlg_state.h>
Definition at line 122 of file dlg_state.h.
Data Fields | |
| s_dialog * | head |
| first dialog in this dialog hash slot | |
| s_dialog * | tail |
| last dialog in this dialog hash slot | |
| gen_lock_t * | lock |
| slot lock | |
first dialog in this dialog hash slot
Definition at line 123 of file dlg_state.h.
Referenced by add_s_dialog(), del_s_dialog(), dialog_timer(), get_s_dialog(), get_s_dialog_dir(), get_s_dialog_dir_nolock(), is_s_dialog(), is_s_dialog_dir(), load_snapshot_dialogs(), make_snapshot_dialogs(), print_s_dialogs(), s_dialogs_destroy(), and S_drop_all_dialogs().
last dialog in this dialog hash slot
Definition at line 124 of file dlg_state.h.
Referenced by add_s_dialog(), del_s_dialog(), and load_snapshot_dialogs().
| gen_lock_t* s_dialog_hash_slot::lock |
1.5.2