GNUnet 0.28.0-dev.5-89-ga1e177ed4
 
Loading...
Searching...
No Matches
GNUNET_TRANSPORT_LinkListRequest Struct Reference

Request a one-shot listing of our virtual links. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>

Collaboration diagram for GNUNET_TRANSPORT_LinkListRequest:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_LINK_LIST_REQUEST.
 
uint32_t include_unconfirmed
 GNUNET_YES to also report links that are not confirmed.
 
struct GNUNET_PeerIdentity peer
 Link to report on, all zeros for "all links".
 

Detailed Description

Request a one-shot listing of our virtual links.

Definition at line 782 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_LinkListRequest::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_LINK_LIST_REQUEST.

Definition at line 787 of file transport.h.

◆ include_unconfirmed

uint32_t GNUNET_TRANSPORT_LinkListRequest::include_unconfirmed

GNUNET_YES to also report links that are not confirmed.

Definition at line 792 of file transport.h.

Referenced by GNUNET_TRANSPORT_links_list().

◆ peer

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_LinkListRequest::peer

Link to report on, all zeros for "all links".

Definition at line 797 of file transport.h.

Referenced by GNUNET_TRANSPORT_links_list().


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