GNUnet  0.21.0
PendingRequest Struct Reference

A pending request: A request was not made yet but is scheduled for later. More...

Collaboration diagram for PendingRequest:
[legend]

Data Fields

struct PendingRequestnext
 DLL next,prev ptr. More...
 
struct PendingRequestprev
 
struct GNUNET_SCHEDULER_Taskrequest_task
 Handle to the request we are waiting for. More...
 
struct RPSPeerrps_peer
 The peer that requested. More...
 

Detailed Description

A pending request: A request was not made yet but is scheduled for later.

Definition at line 460 of file gnunet-rps-profiler.c.

Field Documentation

◆ next

struct PendingRequest* PendingRequest::next

DLL next,prev ptr.

Definition at line 465 of file gnunet-rps-profiler.c.

◆ prev

struct PendingRequest* PendingRequest::prev

Definition at line 466 of file gnunet-rps-profiler.c.

◆ request_task

struct GNUNET_SCHEDULER_Task* PendingRequest::request_task

Handle to the request we are waiting for.

Definition at line 471 of file gnunet-rps-profiler.c.

Referenced by cancel_pending_req(), and schedule_missing_requests().

◆ rps_peer

struct RPSPeer* PendingRequest::rps_peer

The peer that requested.

Definition at line 476 of file gnunet-rps-profiler.c.

Referenced by cancel_pending_req(), cancel_pending_req_rep(), request_peers(), and schedule_missing_requests().


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