From c6d8c654a37bfd17a24600e17b6e061dfc654273 Mon Sep 17 00:00:00 2001 From: Jakob Leben Date: Fri, 11 Jun 2010 19:14:58 +0200 Subject: [PATCH] http: add warning about locking --- modules/control/http/http.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/control/http/http.h b/modules/control/http/http.h index ac32dc9f55..0eb33f490a 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 ); -- 2.39.2