GNUnet 0.21.1
GNUNET_NT_InterfaceScanner Struct Reference

Handle to the interface scanner. More...

Collaboration diagram for GNUNET_NT_InterfaceScanner:
[legend]

Data Fields

struct NT_Networknet_head
 Head of LAN networks list. More...
 
struct NT_Networknet_tail
 Tail of LAN networks list. More...
 
struct GNUNET_SCHEDULER_Taskinterface_task
 Task for periodically refreshing our LAN network list. More...
 

Detailed Description

Handle to the interface scanner.

Definition at line 103 of file nt.c.

Field Documentation

◆ net_head

struct NT_Network* GNUNET_NT_InterfaceScanner::net_head

Head of LAN networks list.

Definition at line 108 of file nt.c.

◆ net_tail

struct NT_Network* GNUNET_NT_InterfaceScanner::net_tail

Tail of LAN networks list.

Definition at line 113 of file nt.c.

◆ interface_task

struct GNUNET_SCHEDULER_Task* GNUNET_NT_InterfaceScanner::interface_task

Task for periodically refreshing our LAN network list.

Definition at line 118 of file nt.c.


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