Request a one-shot listing of our virtual links. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/transport/transport.h>
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". | |
Request a one-shot listing of our virtual links.
Definition at line 782 of file transport.h.
| 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.
| 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().
| 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().