diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-13 18:30:30 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-12-13 18:30:30 +0000 |
commit | 952847b799797174c03ad074f5651210f1c6ebb2 (patch) | |
tree | bf7d654e9cb6289cb225596bf8eb3c3341bcb261 /src/xine-engine/xine_internal.h | |
parent | b3dfbb54c0dd53f0da0c6c2672562c646e6cdda6 (diff) | |
download | xine-lib-952847b799797174c03ad074f5651210f1c6ebb2.tar.gz xine-lib-952847b799797174c03ad074f5651210f1c6ebb2.tar.bz2 |
Lock the log buffer while updating it.
CVS patchset: 8411
CVS date: 2006/12/13 18:30:30
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 8ee5d8219..e25339c46 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.179 2006/10/02 15:56:06 valtri Exp $ + * $Id: xine_internal.h,v 1.180 2006/12/13 18:30:30 dsalt Exp $ * */ @@ -118,6 +118,7 @@ struct xine_s { #ifdef XINE_ENGINE_INTERNAL xine_ticket_t *port_ticket; + pthread_mutex_t log_lock; #endif }; |