[vlc-commits] commit: http: add warning about locking (Jakob Leben )
git at videolan.org
git at videolan.org
Fri Jun 11 19:57:38 CEST 2010
vlc | branch: master | Jakob Leben <jleben at videolan.org> | Fri Jun 11 19:14:58 2010 +0200| [c6d8c654a37bfd17a24600e17b6e061dfc654273] | committer: Jakob Leben
http: add warning about locking
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6d8c654a37bfd17a24600e17b6e061dfc654273
---
modules/control/http/http.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/control/http/http.h b/modules/control/http/http.h
index ac32dc9..0eb33f4 100644
--- a/modules/control/http/http.h
+++ b/modules/control/http/http.h
@@ -206,7 +206,8 @@ mvar_t *mvar_FileSetNew( intf_thread_t *p_intf, char *name,
/** This function creates a set variable representing the VLM streams */
mvar_t *mvar_VlmSetNew( char *name, vlm_t *vlm );
-/** This function converts the listing of a playlist node into a mvar set */
+/** This function converts the listing of a playlist node into a mvar set.
+ * It must be entered WITH playlist lock! */
void PlaylistListNode( intf_thread_t *p_intf, playlist_t *p_pl,
playlist_item_t *p_node, char *name, mvar_t *s,
int i_depth );
More information about the vlc-commits
mailing list