Functions related to accessing services. More...
#include "gnunet_mq_lib.h"
Go to the source code of this file.
Functions | |
enum GNUNET_GenericReturnValue | GNUNET_CLIENT_test (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name) |
Test if the port or UNIXPATH of the given service_name is in use and thus (most likely) the respective service is up. More... | |
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. More... | |
Functions related to accessing services.
Definition in file gnunet_client_lib.h.