From b45d906dc474904940162a25f82a095ae2445f24 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 29 Sep 2021 16:59:49 +0200 Subject: [PATCH] support: increment methods version Using the version of the .h files is always the latest. --- spa/include/spa/support/log.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spa/include/spa/support/log.h b/spa/include/spa/support/log.h index bcc260242..d25fe50ca 100644 --- a/spa/include/spa/support/log.h +++ b/spa/include/spa/support/log.h @@ -104,9 +104,7 @@ struct spa_log_topic { }; struct spa_log_methods { -#define SPA_VERSION_LOG_METHODS 0 -/* version 1: added logt and logtv */ -#define SPA_VERSION_LOG_METHODS_LOGT 1 +#define SPA_VERSION_LOG_METHODS 1 uint32_t version; /** * Log a message with the given log level.