Adjust thread index type to uint16 for future expansion & Organize stellar directory files

This commit is contained in:
luwenpeng
2024-04-25 16:48:50 +08:00
parent 17ca476c24
commit 611fda598f
22 changed files with 232 additions and 222 deletions

View File

@@ -63,7 +63,7 @@ struct packet_io_options
char app_symbol[64];
char dev_symbol[64];
uint8_t nr_threads;
uint16_t nr_threads;
uint16_t cpu_mask[MAX_THREAD_NUM];
};