ELinks 0.16.1.1
|
For detecting whether a struct socket has been deleted while a function was using it. More...
Data Fields | |
void * | magic1 |
struct socket_weak_ref * | next |
struct socket_weak_ref * | prev |
void * | magic2 |
struct socket * | socket |
done_socket() resets this to NULL. |
For detecting whether a struct socket has been deleted while a function was using it.
void* socket_weak_ref::magic1 |
void* socket_weak_ref::magic2 |
struct socket_weak_ref* socket_weak_ref::next |
struct socket_weak_ref* socket_weak_ref::prev |
struct socket* socket_weak_ref::socket |
done_socket() resets this to NULL.