Context information to be used while searching for operation contexts. More...
Data Fields | |
struct OperationContext * | opc |
The result of the search. More... | |
uint64_t | id |
The id of the operation context we are searching for. More... | |
struct GNUNET_TESTBED_Operation * | query |
The operation pointer to look for. More... | |
struct RunContextOperation * | result |
The Run context operation which has the operation being queried. More... | |
const struct sockaddr * | address |
Address we are looking for. More... | |
socklen_t | address_len |
Number of bytes in address. More... | |
struct SenderAddress * | sender |
Return value to set if we found a match. More... | |
struct GNUNET_TRANSPORT_PluginSession * | ps |
Result. More... | |
uint64_t | session_id |
ID to locate. More... | |
Context information to be used while searching for operation contexts.
Context for locate_by_id().
Closure for find_sender_by_address()
Context information used for finding a pointer in the rcop_map.
Definition at line 225 of file testbed_api.c.
struct OperationContext* SearchContext::opc |
The result of the search.
Definition at line 230 of file testbed_api.c.
Referenced by GNUNET_TESTBED_insert_opc_(), and GNUNET_TESTBED_remove_opc_().
uint64_t SearchContext::id |
The id of the operation context we are searching for.
Definition at line 235 of file testbed_api.c.
Referenced by gnunet_testing.Peer::start().
struct GNUNET_TESTBED_Operation* SearchContext::query |
The operation pointer to look for.
Definition at line 352 of file testbed_api_testbed.c.
Referenced by gnunet-chk.Chk::__init__(), and gnunet-chk.Chk::uri().
struct RunContextOperation* SearchContext::result |
The Run context operation which has the operation being queried.
Definition at line 357 of file testbed_api_testbed.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
const struct sockaddr* SearchContext::address |
Address we are looking for.
Definition at line 1760 of file gnunet-communicator-udp.c.
socklen_t SearchContext::address_len |
Number of bytes in address.
Definition at line 1765 of file gnunet-communicator-udp.c.
Referenced by setup_sender().
struct SenderAddress* SearchContext::sender |
Return value to set if we found a match.
Definition at line 1770 of file gnunet-communicator-udp.c.
Referenced by setup_sender().
struct GNUNET_TRANSPORT_PluginSession* SearchContext::ps |
Definition at line 176 of file transport_api_monitor_plugins.c.
Referenced by handle_event().
uint64_t SearchContext::session_id |
ID to locate.
Definition at line 181 of file transport_api_monitor_plugins.c.
Referenced by handle_event().