seat: Destroy all clients on teardown
This commit is contained in:
parent
b7b28f0628
commit
5470c48113
3 changed files with 5 additions and 17 deletions
|
@ -28,7 +28,6 @@ struct client {
|
|||
};
|
||||
|
||||
struct client *client_create(struct server *server, int client_fd);
|
||||
void client_kill(struct client *client);
|
||||
void client_destroy(struct client *client);
|
||||
|
||||
int client_handle_connection(int fd, uint32_t mask, void *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue