core: remove nb_threads from struct scan and pass it as a parameter
This commit is contained in:
@ -27,7 +27,6 @@ struct scan {
|
||||
uint8_t ttl;
|
||||
uint8_t max_retries;
|
||||
struct response *responses;
|
||||
uint8_t nb_threads;
|
||||
};
|
||||
|
||||
int scan(struct scan *data);
|
||||
|
Reference in New Issue
Block a user