feat(ui): connect to remote ui (only debug messages for now)

co-authored-by: hlpr98 <hlpr98@gmail.com>
This commit is contained in:
bfredl
2022-03-12 13:47:50 +01:00
parent 3a12737e6c
commit a4400bf8cd
6 changed files with 109 additions and 4 deletions

View File

@@ -342,6 +342,9 @@ EXTERN sctx_T current_sctx INIT(= { 0 COMMA 0 COMMA 0 });
// ID of the current channel making a client API call
EXTERN uint64_t current_channel_id INIT(= 0);
// ID of the client channel. Used by ui client
EXTERN uint64_t ui_client_channel_id INIT(= 0);
EXTERN bool did_source_packages INIT(= false);
// Scope information for the code that indirectly triggered the current