poller: Inline the poller into the server struct
This commit is contained in:
parent
3f3bdd41dd
commit
d68c5feaee
5 changed files with 23 additions and 35 deletions
|
@ -10,7 +10,7 @@ struct client;
|
|||
|
||||
struct server {
|
||||
bool running;
|
||||
struct poller *poller;
|
||||
struct poller poller;
|
||||
|
||||
struct list seats;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue