Fix virtual nodes

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 07:30:51 -07:00
commit 1dd4ef7327
7 changed files with 113 additions and 22 deletions

View file

@ -94,6 +94,7 @@ struct NodeInfo {
std::string application_name;
std::string process_binary;
std::string media_role;
bool is_virtual = false;
};
struct PortInfo {