Rework network client callback pipeline - route callbacks from clients through ResourceManager so that device list callbacks get called. Fixes remote devices not showing up in plugins.
This commit is contained in:
parent
94370c24a8
commit
d88f9979a9
8 changed files with 81 additions and 56 deletions
|
|
@ -31,6 +31,7 @@ public:
|
|||
unsigned int GetProtocolVersion();
|
||||
bool GetOnline();
|
||||
|
||||
void ClearCallbacks();
|
||||
void RegisterClientInfoChangeCallback(NetClientCallback new_callback, void * new_callback_arg);
|
||||
|
||||
void SetIP(const char *new_ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue