Allow BMediaRoster to log local nodes

* BMediaRoster is now capable to know which nodes are
instantiated in this team. This is also a first step to make
them survive after media_server crashes.
* A control at BMediaRoster::Quit can notify if all nodes
were correctly released. Ideally at this point the local nodes
list should be empty.
This commit is contained in:
Dario Casalinuovo
2015-11-28 16:35:04 +01:00
parent 05962bb1e1
commit 67060664c9
2 changed files with 52 additions and 0 deletions
+3
View File
@@ -92,6 +92,9 @@ public:
status_t BuildConnections();
void RegisterLocalNode(BMediaNode* node);
void UnregisterLocalNode(BMediaNode* node);
private:
friend class BMediaRoster;
};