ELinks 0.18.0
|
Either an ELinks internal status code or an error code from the system. More...
#include <state.h>
Data Fields | |
connection_basic_state_T | basic |
An ELinks internal status code, or S_ERRNO if this structure holds a system error instead. | |
int | syserr |
When basic is S_ERRNO, syserr is the saved value of errno. | |
Either an ELinks internal status code or an error code from the system.
Use connection_state() or connection_state_for_errno() to construct objects of this type.
connection_basic_state_T connection_state::basic |
An ELinks internal status code, or S_ERRNO if this structure holds a system error instead.
int connection_state::syserr |