ELinks 0.18.0
|
This structure and related functions are used to maintain information for instances opened in new windows. More...
Public Member Functions | |
LIST_HEAD_EL (struct session_info) |
Data Fields | |
int | id |
timer_id_T | timer |
struct session * | ses |
struct uri * | uri |
struct uri * | referrer |
enum task_type | task |
cache_mode_T | cache_mode |
This structure and related functions are used to maintain information for instances opened in new windows.
We store all related session info like URI and base session to clone from so that when the new instance connects we can look up this information. In case of failure the session information has a timeout
session_info::LIST_HEAD_EL | ( | struct session_info | ) |
cache_mode_T session_info::cache_mode |
int session_info::id |
struct uri* session_info::referrer |
struct session* session_info::ses |
enum task_type session_info::task |
timer_id_T session_info::timer |
struct uri* session_info::uri |