|
struct GNUNET_ARM_Handle * | GNUNET_ARM_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_ARM_ConnectionStatusCallback conn_status, void *conn_status_cls) |
| Set up a context for communicating with ARM, then start connecting to the ARM service using that context. More...
|
|
void | GNUNET_ARM_disconnect (struct GNUNET_ARM_Handle *h) |
| Disconnect from the ARM service and destroy the handle. More...
|
|
void | GNUNET_ARM_operation_cancel (struct GNUNET_ARM_Operation *op) |
| Abort an operation. More...
|
|
struct GNUNET_ARM_Operation * | GNUNET_ARM_request_service_list (struct GNUNET_ARM_Handle *h, GNUNET_ARM_ServiceListCallback cont, void *cont_cls) |
| Request a list of running services. More...
|
|
struct GNUNET_ARM_Operation * | GNUNET_ARM_request_service_stop (struct GNUNET_ARM_Handle *h, const char *service_name, GNUNET_ARM_ResultCallback cont, void *cont_cls) |
| Request a service to be stopped. More...
|
|
struct GNUNET_ARM_Operation * | GNUNET_ARM_request_service_start (struct GNUNET_ARM_Handle *h, const char *service_name, enum GNUNET_OS_InheritStdioFlags std_inheritance, GNUNET_ARM_ResultCallback cont, void *cont_cls) |
| Request for a service to be started. More...
|
|
struct GNUNET_ARM_MonitorHandle * | GNUNET_ARM_monitor_start (const struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_ARM_ServiceMonitorCallback cont, void *cont_cls) |
| Setup a context for monitoring ARM, then start connecting to the ARM service for monitoring using that context. More...
|
|
void | GNUNET_ARM_monitor_stop (struct GNUNET_ARM_MonitorHandle *h) |
| Disconnect from the ARM service and destroy the handle. More...
|
|
- Author
- Christian Grothoff
API to access gnunet-arm
Definition in file gnunet_arm_service.h.