RFC - LTTng session daemon architecture
WARNING:
- Parts of the proposal are obselete but we keep this version for historical
+ Parts of the proposal are obsolete but we keep this version for historical
purposes.
Author: David Goulet <david.goulet@polymtl.ca>
/*
* Enable the consumer for a session and domain.
*/
-extern LTTNG_DEPRECATED("This call is now obselete.")
+extern LTTNG_DEPRECATED("This call is now obsolete.")
int lttng_enable_consumer(struct lttng_handle *handle);
/*
* Disable consumer for a session and domain.
*/
-extern LTTNG_DEPRECATED("This call is now obselete.")
+extern LTTNG_DEPRECATED("This call is now obsolete.")
int lttng_disable_consumer(struct lttng_handle *handle);
/*
fprintf(ofp, " You can change it with the enable-consumer cmd\n");
fprintf(ofp, " -C, --ctrl-url=URL Set control path URL. (Must use -D also)\n");
fprintf(ofp, " -D, --data-url=URL Set data path URL. (Must use -C also)\n");
- fprintf(ofp, " --no-consumer Don't activate a consumer for this session.\n");
- fprintf(ofp, " OBSELETE\n");
- fprintf(ofp, " --disable-consumer\n");
- fprintf(ofp, " Disable consumer for this session.\n");
- fprintf(ofp, " OBSELETE\n");
fprintf(ofp, "\n");
fprintf(ofp, "Please refer to the man page (lttng(1)) for more information on network\n");
fprintf(ofp, "streaming mechanisms and explanation of the control and data port\n");
{
int ret;
- MSG("The disable-consumer command is now obselete.");
+ MSG("The disable-consumer command is now obsolete.");
ret = CMD_WARNING;
return ret;
{
int ret;
- MSG("The enable-consumer command is now obselete.");
+ MSG("The enable-consumer command is now obsolete.");
ret = CMD_WARNING;
return ret;
{ "version", cmd_version},
{ "calibrate", cmd_calibrate},
{ "view", cmd_view},
- { "enable-consumer", cmd_enable_consumer}, /* OBSELETE */
- { "disable-consumer", cmd_disable_consumer}, /*OBSELETE */
+ { "enable-consumer", cmd_enable_consumer}, /* OBSOLETE */
+ { "disable-consumer", cmd_disable_consumer}, /* OBSOLETE */
{ NULL, NULL} /* Array closure */
};
}
/*
- * [OBSELETE]
+ * [OBSOLETE]
*/
int lttng_enable_consumer(struct lttng_handle *handle)
{
}
/*
- * [OBSELETE]
+ * [OBSOLETE]
*/
int lttng_disable_consumer(struct lttng_handle *handle)
{