mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
support: increment methods version
Using the version of the .h files is always the latest.
This commit is contained in:
parent
d6469e5437
commit
b45d906dc4
1 changed files with 1 additions and 3 deletions
|
|
@ -104,9 +104,7 @@ struct spa_log_topic {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct spa_log_methods {
|
struct spa_log_methods {
|
||||||
#define SPA_VERSION_LOG_METHODS 0
|
#define SPA_VERSION_LOG_METHODS 1
|
||||||
/* version 1: added logt and logtv */
|
|
||||||
#define SPA_VERSION_LOG_METHODS_LOGT 1
|
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
/**
|
/**
|
||||||
* Log a message with the given log level.
|
* Log a message with the given log level.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue