mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] add user id in NetStatusReport
This commit is contained in:
@@ -82,7 +82,8 @@ typedef void (*OnConnectionStatus)(ConnectionStatus, const char*, const size_t,
|
||||
void*);
|
||||
|
||||
typedef void (*NetStatusReport)(const char*, const size_t, TraversalMode,
|
||||
const XNetTrafficStats*, void*);
|
||||
const XNetTrafficStats*, const char*,
|
||||
const size_t, void*);
|
||||
|
||||
typedef struct {
|
||||
bool use_cfg_file;
|
||||
|
||||
Reference in New Issue
Block a user