]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add a streaming target pointer for convenience use.
authorAndreas Öman <andreas@lonelycoder.com>
Sat, 27 Sep 2008 16:48:05 +0000 (16:48 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sat, 27 Sep 2008 16:48:05 +0000 (16:48 +0000)
subscriptions.h

index 23937a287a45087b7c3f4a9581bc29ef5f01744f..f0b344d7ae98c11631e03d182ae02288eb38a2bb 100644 (file)
@@ -56,6 +56,8 @@ typedef struct th_subscription {
 
   int ths_force_demux;
 
+  streaming_target_t *ths_st;
+
 } th_subscription_t;