summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index bf5ffe6d3..74f0a1db2 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_internal.h,v 1.106 2002/10/23 21:52:16 guenter Exp $
+ * $Id: xine_internal.h,v 1.107 2002/10/27 01:52:15 guenter Exp $
*
*/
@@ -104,6 +104,8 @@ struct xine_s {
/* log output that may be presented to the user */
scratch_buffer_t *log_buffers[XINE_LOG_NUM];
+ int verbosity;
+
xine_list_t *streams;
pthread_mutex_t streams_lock;
};