fixed bugs in server and moved token hash calculation to client
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct ClientCLI {
|
||||
IncrementalDB* db;
|
||||
Table* db_servers_table;
|
||||
pthread_mutex_t servers_cache_mutex;
|
||||
List(Server) servers_cache_list; // index is id
|
||||
List(ServerInfo) servers_cache_list; // index is id
|
||||
HashMap(u64) servers_addr_id_map; // key is server address
|
||||
} ClientCLI;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user