A pending request: A request was not made yet but is scheduled for later. More...
Data Fields | |
struct PendingRequest * | next |
DLL next,prev ptr. More... | |
struct PendingRequest * | prev |
struct GNUNET_SCHEDULER_Task * | request_task |
Handle to the request we are waiting for. More... | |
struct RPSPeer * | rps_peer |
The peer that requested. More... | |
A pending request: A request was not made yet but is scheduled for later.
Definition at line 460 of file gnunet-rps-profiler.c.
struct PendingRequest* PendingRequest::next |
DLL next,prev ptr.
Definition at line 465 of file gnunet-rps-profiler.c.
struct PendingRequest* PendingRequest::prev |
Definition at line 466 of file gnunet-rps-profiler.c.
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().
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().