mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Update discovered state in DiscoveryManager
This commit is contained in:
parent
ad9b0f3d19
commit
6fec401252
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ void DiscoveryManager::DiscoveryCB(ChiakiDiscoveryHost * discovered_host)
|
|||
CHIAKI_LOGI(this->log, "State: %s", chiaki_discovery_host_state_string(discovered_host->state));
|
||||
|
||||
host->state = discovered_host->state;
|
||||
host->discovered = true;
|
||||
|
||||
// add host ptr to list
|
||||
if(discovered_host->system_version && discovered_host->device_discovery_protocol_version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue