Important change: sources keep their id all lifelong.

This simplifies a lot history and testing in session.
This commit is contained in:
brunoherbelin
2021-04-13 22:26:26 +02:00
parent 268486b652
commit 17d2a63132
19 changed files with 62 additions and 178 deletions

View File

@@ -24,7 +24,7 @@
class StreamSource: public Source
{
public:
StreamSource();
StreamSource(uint64_t id = 0);
virtual ~StreamSource();
// implementation of source API