mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
Kernel: Move NetworkTask startup into NetworkTask::spawn()
This commit is contained in:
parent
520c4254c9
commit
f25d2f5518
3 changed files with 15 additions and 7 deletions
|
@ -27,7 +27,8 @@
|
|||
#pragma once
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
void NetworkTask_main();
|
||||
|
||||
class NetworkTask {
|
||||
public:
|
||||
static void spawn();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue