ssb: Show activity for each muxrpc request.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m23s

This commit is contained in:
2024-10-02 20:43:51 -04:00
parent 9a5db2ec51
commit 1bb9d737d8
4 changed files with 34 additions and 4 deletions

View File

@ -21,6 +21,11 @@ typedef struct _tf_ssb_connections_t
static void _tf_ssb_connections_changed_callback(tf_ssb_t* ssb, tf_ssb_change_t change, tf_ssb_connection_t* connection, void* user_data)
{
if (!connection)
{
return;
}
tf_ssb_connections_t* connections = user_data;
switch (change)
{