Docs: Remove Java-specific comments from agent.h
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Aug 2015 19:04:45 +0000 (15:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Aug 2015 19:05:29 +0000 (15:05 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/sessiond-comm/agent.h

index eced35185034bdc6fb7332e34303c5781b486e05..55df5ed9f4561c69a62bcdbe693d94b538bbfe8b 100644 (file)
@@ -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;
This page took 0.025196 seconds and 4 git commands to generate.