mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -50,7 +50,7 @@ namespace NetworkInterfaceManager
|
||||
private:
|
||||
Memory::MemMgr *mem;
|
||||
int CardIDs = 0;
|
||||
Vector<DeviceInterface *> Interfaces;
|
||||
std::vector<DeviceInterface *> Interfaces;
|
||||
|
||||
Tasking::TCB *NetSvcThread;
|
||||
void StopNetworkStack();
|
||||
|
Reference in New Issue
Block a user