![]() |
GNUnet
0.11.x
|
A pending reply: A request was sent and the reply is pending. More...
Data Fields | |
struct PendingReply * | next |
DLL next,prev ptr. More... | |
struct PendingReply * | prev |
struct GNUNET_RPS_Request_Handle_Single_Info * | req_handle |
Handle to the request we are waiting for. More... | |
struct RPSPeer * | rps_peer |
The peer that requested. More... | |
A pending reply: A request was sent and the reply is pending.
Definition at line 437 of file gnunet-rps-profiler.c.
struct PendingReply* PendingReply::next |
DLL next,prev ptr.
Definition at line 442 of file gnunet-rps-profiler.c.
struct PendingReply* PendingReply::prev |
Definition at line 443 of file gnunet-rps-profiler.c.
struct GNUNET_RPS_Request_Handle_Single_Info* PendingReply::req_handle |
Handle to the request we are waiting for.
Definition at line 448 of file gnunet-rps-profiler.c.
Referenced by cancel_request(), profiler_reply_handle(), profiler_reply_handle_info(), and request_peers().
struct RPSPeer* PendingReply::rps_peer |
The peer that requested.
Definition at line 453 of file gnunet-rps-profiler.c.
Referenced by cancel_request(), default_reply_handle(), profiler_reply_handle(), profiler_reply_handle_info(), and request_peers().