Create a thread instead of a new process

This commit is contained in:
Alex
2023-02-06 20:13:11 +02:00
parent a592b85ce5
commit de5d8154ab
2 changed files with 5 additions and 6 deletions

View File

@ -52,7 +52,6 @@ namespace NetworkInterfaceManager
int CardIDs = 0;
Vector<DeviceInterface *> Interfaces;
Tasking::PCB *NetSvcProcess;
Tasking::TCB *NetSvcThread;
void StopNetworkStack();
void FetchNetworkCards(unsigned long DriverUID);