support: increment methods version

Using the version of the .h files is always the latest.
This commit is contained in:
Wim Taymans 2021-09-29 16:59:49 +02:00
parent d6469e5437
commit b45d906dc4

View file

@ -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.