mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 06:49:17 +00:00
Create a thread instead of a new process
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user