Show
Ignore:
Timestamp:
06/22/09 21:51:10 (15 months ago)
Author:
andoma
Message:

Figure out if we need to re-save a transport configuration instead of relying on if we've seen it once, it can not change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tvheadend/src/tvhead.h

    r3077 r3083  
    579579 
    580580  /** 
    581    * Set if we've seen the PMT. Used to avoid (re)saving the transport 
    582    * for everytime we see a PMT.  
    583    * XXX: Not very good, should be replaced with more intelligent 
    584    * code in psi.c 
    585    */ 
    586   int tht_pmt_seen; 
    587  
    588  
     581   * List of all components. 
     582   */ 
    589583  struct th_stream_list tht_components; 
    590584