Dpid services list is now a vector.

This commit is contained in:
2026-01-11 02:24:09 -05:00
parent a682d18b83
commit 3061a4ae71
3 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ char *srs_name;
int numdpis;
fd_set sock_set;
struct dp *dpi_attr_list;
Dlist *services_list;
std::vector< service * > *services_list;
int numsocks;
int srs_fd;