From: Andreas Ă–man Date: Sat, 27 Sep 2008 16:48:05 +0000 (+0000) Subject: Add a streaming target pointer for convenience use. X-Git-Tag: 2.12~816 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff46ef6f2d080bf2b46f1c891ea484801b623f3;p=thirdparty%2Ftvheadend.git Add a streaming target pointer for convenience use. --- diff --git a/subscriptions.h b/subscriptions.h index 23937a287..f0b344d7a 100644 --- a/subscriptions.h +++ b/subscriptions.h @@ -56,6 +56,8 @@ typedef struct th_subscription { int ths_force_demux; + streaming_target_t *ths_st; + } th_subscription_t;