Signed-off-by: David Goulet <dgoulet@efficios.com>
}
/* See documentation in header file. */
+LTTNG_HIDDEN
int ini_parse_file(FILE* file, ini_entry_handler handler, void* user)
{
/* Uses a fair bit of stack (use heap instead if you need to) */
}
/* See documentation in header file. */
+LTTNG_HIDDEN
int ini_parse(const char* filename, ini_entry_handler handler, void* user)
{
FILE* file;
/* TLS variable that contains the time of one single log entry. */
DEFINE_URCU_TLS(struct log_time, error_log_time);
+LTTNG_HIDDEN
const char *log_add_time(void)
{
int ret;