Closure for handle_send_transmit_continuation() More...
Data Fields | |
struct TransportClient * | tc |
Client that made the request. More... | |
struct GNUNET_PeerIdentity | target |
Peer that was the target. More... | |
struct GNUNET_TIME_Absolute | send_time |
At what time did we receive the message? More... | |
unsigned long long | uuid |
Unique ID, for logging. More... | |
int | down |
Set to GNUNET_YES if the connection for target goes down and we thus must no longer send the GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK message. More... | |
Closure for handle_send_transmit_continuation()
Definition at line 271 of file gnunet-service-transport.c.
struct TransportClient* SendTransmitContinuationContext::tc |
Client that made the request.
Definition at line 276 of file gnunet-service-transport.c.
Referenced by handle_client_send(), handle_send_transmit_continuation(), and mark_match_down().
struct GNUNET_PeerIdentity SendTransmitContinuationContext::target |
Peer that was the target.
Definition at line 276 of file gnunet-service-transport.c.
Referenced by handle_client_send(), and handle_send_transmit_continuation().
struct GNUNET_TIME_Absolute SendTransmitContinuationContext::send_time |
At what time did we receive the message?
Definition at line 276 of file gnunet-service-transport.c.
Referenced by handle_client_send(), and handle_send_transmit_continuation().
unsigned long long SendTransmitContinuationContext::uuid |
Unique ID, for logging.
Definition at line 291 of file gnunet-service-transport.c.
Referenced by handle_client_send(), and handle_send_transmit_continuation().
int SendTransmitContinuationContext::down |
Set to GNUNET_YES if the connection for target goes down and we thus must no longer send the GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK message.
Definition at line 298 of file gnunet-service-transport.c.
Referenced by handle_send_transmit_continuation(), mark_match_down(), and mark_peer_down().