diff options
Diffstat (limited to 'include/seat.h')
-rw-r--r-- | include/seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/seat.h b/include/seat.h index 60d3b29..30f7cc4 100644 --- a/include/seat.h +++ b/include/seat.h @@ -26,6 +26,7 @@ struct seat_device { }; struct seat { + struct linked_list link; // server::seats char *seat_name; struct linked_list clients; struct client *active_client; |