Skip to content
Snippets Groups Projects

Fix Bug#949 Norrland: rtsp 'pause' can not be resumed with a 'play' request

Closed George Yang requested to merge genexis-8.1.1-ga_master into 8.1.1-ga_master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -107,7 +107,9 @@ struct nf_conn {
@@ -107,7 +107,9 @@ struct nf_conn {
/* If we were expected by an expectation, this will be it */
/* If we were expected by an expectation, this will be it */
struct nf_conn *master;
struct nf_conn *master;
struct list_head derived_connections; /* Used by master connection */
 
struct list_head derived_list; /* Used by child connection */
 
u32 child_timeout;
#if defined(CONFIG_NF_CONNTRACK_MARK)
#if defined(CONFIG_NF_CONNTRACK_MARK)
u_int32_t mark;
u_int32_t mark;
#endif
#endif
Loading