]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
Add a psz_intf member to intf_thread_t. This holds the string given to module_Need...
[vlc] / include / vlc_interface.h
index 12194c5091ab63bd3c1950ccc9e0bbacf318202b..3e6a033dd10d6bb29a95813913b77ba8472dbe45 100644 (file)
@@ -60,6 +60,7 @@ struct intf_thread_t
     /* Specific interfaces */
     intf_console_t *    p_console;                               /** console */
     intf_sys_t *        p_sys;                          /** system interface */
+    char *              psz_intf;                    /** intf name specified */
 
     /** Interface module */
     module_t *   p_module;