]> git.sesse.net Git - vlc/commitdiff
http: add warning about locking
authorJakob Leben <jleben@videolan.org>
Fri, 11 Jun 2010 17:14:58 +0000 (19:14 +0200)
committerJakob Leben <jleben@videolan.org>
Fri, 11 Jun 2010 17:45:33 +0000 (19:45 +0200)
modules/control/http/http.h

index ac32dc9f553da13e8418cb3db7c298e8e394ae7d..0eb33f490abddca1270bce10402183174a4b776a 100644 (file)
@@ -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 );