Commit c6d8c654 authored by Jakob Leben's avatar Jakob Leben

http: add warning about locking

parent 61db9aad
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment