fix(stream): fix bugs caused by refactor.
This commit is contained in:
parent
8729bdac1e
commit
e359da7b19
|
@ -62,7 +62,6 @@ struct SStreamTaskSM {
|
|||
typedef struct SStreamEventInfo {
|
||||
EStreamTaskEvent event;
|
||||
const char* name;
|
||||
bool isTrans;
|
||||
} SStreamEventInfo;
|
||||
|
||||
SStreamTaskSM* streamCreateStateMachine(SStreamTask* pTask);
|
||||
|
|
Loading…
Reference in New Issue