ELinks 0.16.1.1
socket_weak_ref Struct Reference

For detecting whether a struct socket has been deleted while a function was using it. More...

Collaboration diagram for socket_weak_ref:

Data Fields

void * magic1
struct socket_weak_refnext
struct socket_weak_refprev
void * magic2
struct socketsocket
 done_socket() resets this to NULL.

Detailed Description

For detecting whether a struct socket has been deleted while a function was using it.

Field Documentation

◆ magic1

void* socket_weak_ref::magic1

◆ magic2

void* socket_weak_ref::magic2

◆ next

struct socket_weak_ref* socket_weak_ref::next

◆ prev

struct socket_weak_ref* socket_weak_ref::prev

◆ socket

struct socket* socket_weak_ref::socket

done_socket() resets this to NULL.


The documentation for this struct was generated from the following file: