Adjust thread index type to uint16 for future expansion & Organize stellar directory files
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user