Show
Ignore:
Timestamp:
27/09/08 19:18:20 (2 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1222535900 +0200
git-parent:

[d228fdd28ef03b992c97af16cb842acd7c879831]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1222535900 +0200
Message:

playlist: items_to_delete is now private.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/playlist_internal.h

    rd228fdd r35506f4  
    6767    playlist_fetcher_t   fetcher; /**< Meta and art fetcher data */ 
    6868    sout_instance_t      *p_sout; /**< Kept sout instance */ 
     69 
     70    playlist_item_array_t items_to_delete; /**< Array of items and nodes to 
     71            delete... At the very end. This sucks. */ 
    6972 
    7073    struct playlist_services_discovery_support_t {