From 56cc432ef23b7c940aafbfe59843e2e3134045d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 6 Aug 2015 15:04:45 -0400 Subject: [PATCH] Docs: Remove Java-specific comments from agent.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/sessiond-comm/agent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/sessiond-comm/agent.h b/src/common/sessiond-comm/agent.h index eced35185..55df5ed9f 100644 --- a/src/common/sessiond-comm/agent.h +++ b/src/common/sessiond-comm/agent.h @@ -34,7 +34,7 @@ enum lttcomm_agent_command { }; /* - * Return code from the Java agent. + * Return codes from the agent. */ enum lttcomm_agent_ret_code { AGENT_RET_CODE_SUCCESS = 1, @@ -69,7 +69,7 @@ struct lttcomm_agent_disable { } LTTNG_PACKED; /* - * Generic reply coming from the Java Agent. + * Generic reply coming from the agent. */ struct lttcomm_agent_generic_reply { uint32_t ret_code; @@ -84,7 +84,7 @@ struct lttcomm_agent_list_reply_hdr { } 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; -- 2.34.1