Fixed all semaphore instances not being cleaned up properly.
This commit is contained in:
parent
dda9ed54b4
commit
f4b296164e
14 changed files with 77 additions and 63 deletions
|
@ -21,6 +21,7 @@ namespace TS {
|
|||
class Stream{
|
||||
public:
|
||||
Stream(bool _threaded = false);
|
||||
~Stream();
|
||||
void add(char * newPack, unsigned long long bytePos = 0);
|
||||
void add(Packet & newPack, unsigned long long bytePos = 0);
|
||||
void parse(Packet & newPack, unsigned long long bytePos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue