From b7b28f06281efa162e1feaa20324012a0ed59dc4 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sat, 29 Aug 2020 23:12:18 +0200 Subject: protocol: Add note to remove device_closed msg The content of this message is unused, so it should be converted to a content-less message. --- include/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/protocol.h b/include/protocol.h index 7444b85..b3250d0 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -51,8 +51,10 @@ struct proto_server_seat_opened { struct proto_server_device_opened { int device_id; + // One fd in auxillary data }; +// TODO: Content unused, remove before 0.3.0 struct proto_server_device_closed { int device_id; }; -- cgit v1.2.3