mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
spa: move the log version define so it matches other implementations
Makes it match up with the comment now too
This commit is contained in:
parent
1244229faf
commit
5ae528c957
1 changed files with 1 additions and 1 deletions
|
|
@ -57,11 +57,11 @@ enum spa_log_level {
|
||||||
*/
|
*/
|
||||||
#define SPA_TYPE_INTERFACE_Log SPA_TYPE_INFO_INTERFACE_BASE "Log"
|
#define SPA_TYPE_INTERFACE_Log SPA_TYPE_INFO_INTERFACE_BASE "Log"
|
||||||
|
|
||||||
#define SPA_VERSION_LOG 0
|
|
||||||
|
|
||||||
struct spa_log {
|
struct spa_log {
|
||||||
/** the version of this log. This can be used to expand this
|
/** the version of this log. This can be used to expand this
|
||||||
* structure in the future */
|
* structure in the future */
|
||||||
|
#define SPA_VERSION_LOG 0
|
||||||
struct spa_interface iface;
|
struct spa_interface iface;
|
||||||
/**
|
/**
|
||||||
* Logging level, everything above this level is not logged
|
* Logging level, everything above this level is not logged
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue