aboutsummaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index 11de2c5..03bd9ca 100644
--- a/include/server.h
+++ b/include/server.h
@@ -10,7 +10,7 @@ struct client;
struct server {
bool running;
- struct poller *poller;
+ struct poller poller;
struct list seats;
};