Set discard flag to all not active streams, do not process packets from discarded streams

Origin commit data
------------------
Branch: master
Commit: ac23fcc6a9
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-03-18 (Sun, 18 Mar 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2018-03-18 01:16:08 +01:00
committed by max_10
parent ac20ae8192
commit 9b429d8497
7 changed files with 152 additions and 52 deletions

View File

@@ -71,7 +71,7 @@ typedef struct Output_s
{
char *Name;
int32_t (* Command)(Context_t *, OutputCmd_t, void *);
int32_t (* Write)(Context_t *, void *privateData);
int32_t (* Write)(Context_t *, void *);
char **Capabilities;
} Output_t;