[Add] client side identification

This commit is contained in:
Alex Emmet 2026-03-16 21:25:49 +01:00
commit 9dd9a919f6
5 changed files with 433 additions and 29 deletions

View file

@ -3,8 +3,6 @@ use crate::calls::call_manager;
use crate::log_cv_in;
use crate::log_cv_out;
use crate::log_err;
use crate::log_in;
use crate::log_out;
use crate::omega::omega_connection::get_omega_connection;
use crate::rho::connection::GeneralConnection;
use crate::util::logger::PrintType;