add: multi scan

This commit is contained in:
2025-07-02 07:09:54 -05:00
parent a5d663fa9a
commit afde93c7cf
8 changed files with 133 additions and 104 deletions

View File

@ -22,7 +22,7 @@ typedef enum {
};
struct response {
e_state states[SCAN_ALL];
e_state states[NB_SCAN];
char *service;
};