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:
Peter Hutterer 2021-08-05 16:28:46 +10:00 committed by Wim Taymans
parent 1244229faf
commit 5ae528c957

View file

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