Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
};
/*
- * Return code from the Java agent.
+ * Return codes from the agent.
*/
enum lttcomm_agent_ret_code {
AGENT_RET_CODE_SUCCESS = 1,
} LTTNG_PACKED;
/*
- * Generic reply coming from the Java Agent.
+ * Generic reply coming from the agent.
*/
struct lttcomm_agent_generic_reply {
uint32_t ret_code;
} LTTNG_PACKED;
/*
- * List command reply payload coming from the Java Agent.
+ * List command reply payload coming from the agent.
*/
struct lttcomm_agent_list_reply {
uint32_t nb_event;