]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
[vlc] / include / vlc_messages.h
index 6b4b3da40b902d6bca0356d5d8f86917734ed8cd..9e34dcf8cc006c2e24a44b6933e627c3ea220237 100644 (file)
@@ -262,7 +262,9 @@ enum
 
     STATS_TIMER_PLAYLIST_WALK,
     STATS_TIMER_INTERACTION,
-    STATS_TIMER_PREPARSE
+    STATS_TIMER_PREPARSE,
+
+    STATS_TIMER_SKINS_PLAYTREE_IMAGE,
 };
 
 struct stats_handler_t
@@ -401,7 +403,7 @@ VLC_EXPORT( void, __stats_ComputeGlobalStats, (vlc_object_t*,global_stats_t*));
 #define stats_TimerDump(a,b) __stats_TimerDump( VLC_OBJECT(a), b )
 #define stats_TimersDumpAll(a) __stats_TimersDumpAll( VLC_OBJECT(a) )
 #else
-#define stats_TimerStart(a,b) {}
+#define stats_TimerStart(a,b,c) {}
 #define stats_TimerStop(a,b) {}
 #define stats_TimerDump(a,b) {}
 #define stats_TimersDumpAll(a) {}