aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client_internal.h')
-rw-r--r--src/client_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client_internal.h b/src/client_internal.h
index 2b1b92433..1518065e0 100644
--- a/src/client_internal.h
+++ b/src/client_internal.h
@@ -32,6 +32,8 @@ struct deferred_buffer {
};
struct client {
+ struct player_control *player_control;
+
GIOChannel *channel;
guint source_id;