GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
003.c File Reference

Go to the source code of this file.

Variables

struct GNUNET_MQ_MessageHandlers handlers []
 
struct GNUNET_MQ_Handlemq
 

Variable Documentation

◆ handlers

struct GNUNET_MQ_MessageHandlers handlers[]
Initial value:
= {
}
#define GNUNET_MQ_handler_end()
End-marker for the handlers array.

Definition at line 1 of file 003.c.

1 {
2 // ...
4};

Referenced by advertise_dns_exit(), connect_check_run(), connect_task(), connect_tunnel(), create_loc_uri(), demultiplex_with_cmc(), DHTU_gnunet_init(), do_connect(), do_reconnect(), do_reconnect(), exec_connect_run(), GCO_init(), GCT_create_tunnel(), get_cadet(), GNUNET_CADET_channel_create(), GNUNET_CADET_open_port(), GNUNET_CLIENT_connect(), GNUNET_CONVERSATION_call_start(), GNUNET_CORE_cmd_connect_peers(), GNUNET_CORE_connect(), GNUNET_CORE_UNDERLAY_DUMMY_connect(), GNUNET_FS_get_indexed_files(), GNUNET_IDENTITY_ego_lookup(), GNUNET_IDENTITY_ego_lookup_by_suffix(), GNUNET_MQ_copy_handlers(), GNUNET_MQ_copy_handlers2(), GNUNET_MQ_count_handlers(), GNUNET_MQ_handle_message(), GNUNET_MQ_queue_for_callbacks(), GNUNET_NAT_AUTO_autoconfig_start(), GNUNET_REST_handle_request(), GNUNET_REVOCATION_query(), GNUNET_REVOCATION_revoke(), GNUNET_SCALARPRODUCT_accept_computation(), GNUNET_SCALARPRODUCT_start_computation(), GNUNET_SERVICE_register_(), GNUNET_SERVICE_run_(), GNUNET_SERVICE_start(), GNUNET_TESTING_cmd_transport_connect_peers(), GNUNET_TRANSPORT_cmd_start_peer(), GNUNET_TRANSPORT_TESTING_start_peer(), GSC_KX_init(), GSF_cadet_start_server(), hash_for_index_cb(), helper_mst(), libgnunet_test_transport_plugin_cmd_udp_backchannel_init(), main(), open_srv_room(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect(), reconnect_arm(), reconnect_arm_monitor(), reconnect_phone(), reconnect_task(), reset_cadet(), REST_config_process_request(), REST_copying_process_request(), REST_gns_process_request(), rest_identity_process_request(), REST_identity_process_request(), REST_namestore_process_request(), REST_openid_process_request(), REST_reclaim_process_request(), run(), run(), run(), run(), search_reconnect(), set_handlers_closure(), start_testcase(), start_testcase(), start_testcase(), start_testcase(), start_testcase(), start_testcase(), store_service(), tokenizer_cb(), try_connect(), try_connect(), try_reconnect(), and unindex_finish().

◆ mq

mq
Initial value:
"service-name",
NULL)
struct GNUNET_MQ_MessageHandlers handlers[]
Definition 003.c:1
static void error_cb(void *cls)
Function called if lookup fails.
Definition gnunet-abd.c:480
static struct GNUNET_CONFIGURATION_Handle * cfg
Our configuration.
Definition gnunet-arm.c:108
struct GNUNET_MQ_Handle * GNUNET_CLIENT_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, void *error_handler_cls)
Create a message queue to connect to a GNUnet service.
Definition client.c:1060

Definition at line 5 of file 003.c.