#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/arm/arm.h>
Data Fields | |
uint16_t | name_index |
String pool index for the service's name. More... | |
uint16_t | binary_index |
String pool index for the service's binary. More... | |
int16_t | last_exit_status |
Last process exit status. More... | |
uint16_t | padding |
Padding. More... | |
uint32_t | status |
Status from the 'enum GNUNET_ARM_ServiceStatus'. More... | |
struct GNUNET_TIME_AbsoluteNBO | restart_at |
Time when the service will be restarted, if applicable to the current status. More... | |
struct GNUNET_TIME_AbsoluteNBO | last_started_at |
Time when the service was first started, if applicable. More... | |
uint16_t GNUNET_ARM_ServiceInfoMessage::name_index |
String pool index for the service's name.
Definition at line 104 of file arm.h.
Referenced by check_arm_list_result(), handle_arm_list_result(), and handle_list().
uint16_t GNUNET_ARM_ServiceInfoMessage::binary_index |
String pool index for the service's binary.
Definition at line 109 of file arm.h.
Referenced by check_arm_list_result(), handle_arm_list_result(), and handle_list().
int16_t GNUNET_ARM_ServiceInfoMessage::last_exit_status |
Last process exit status.
Definition at line 114 of file arm.h.
Referenced by handle_arm_list_result(), and handle_list().
uint32_t GNUNET_ARM_ServiceInfoMessage::status |
Status from the 'enum GNUNET_ARM_ServiceStatus'.
Definition at line 124 of file arm.h.
Referenced by handle_arm_list_result(), and handle_list().
struct GNUNET_TIME_AbsoluteNBO GNUNET_ARM_ServiceInfoMessage::restart_at |
Time when the service will be restarted, if applicable to the current status.
Definition at line 130 of file arm.h.
Referenced by handle_arm_list_result(), and handle_list().
struct GNUNET_TIME_AbsoluteNBO GNUNET_ARM_ServiceInfoMessage::last_started_at |
Time when the service was first started, if applicable.
Definition at line 135 of file arm.h.
Referenced by handle_arm_list_result(), and handle_list().