mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Important change: sources keep their id all lifelong.
This simplifies a lot history and testing in session.
This commit is contained in:
@@ -59,7 +59,7 @@ class NetworkSource : public StreamSource
|
||||
std::string connection_name_;
|
||||
|
||||
public:
|
||||
NetworkSource();
|
||||
NetworkSource(uint64_t id = 0);
|
||||
~NetworkSource();
|
||||
|
||||
// Source interface
|
||||
|
||||
Reference in New Issue
Block a user