From 1aacaae2baa854d47e2d80c0bc2c50c31eb2202a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 22 Mar 2019 16:08:11 -0400 Subject: [PATCH] Docs: lttng-ctl has no default live timer period MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The documentation of liblttng-ctl mentions that a 1 second timer is used by default. The library itself (and the session daemon) has no concept of a default live timer period. The CLI governs this default value. Signed-off-by: Jérémie Galarneau --- include/lttng/session.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/lttng/session.h b/include/lttng/session.h index 599892d13..91566e284 100644 --- a/include/lttng/session.h +++ b/include/lttng/session.h @@ -76,8 +76,7 @@ extern int lttng_create_session_snapshot(const char *name, * indexes are sent and metadata is checked for each packet. * * Name can't be NULL. If no URL is given, the default is to send the data to - * net://127.0.0.1. The timer_interval is in usec and by default set to 1000000 - * (1 second). + * net://127.0.0.1. The timer_interval is in usec. * * Return 0 on success else a negative LTTng error code. */ -- 2.34.1