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.
This commit is contained in:
Kenny Levinsen 2020-08-29 23:12:18 +02:00
parent 1ae6c3b3dd
commit b7b28f0628

View file

@ -51,8 +51,10 @@ struct proto_server_seat_opened {
struct proto_server_device_opened { struct proto_server_device_opened {
int device_id; int device_id;
// One fd in auxillary data
}; };
// TODO: Content unused, remove before 0.3.0
struct proto_server_device_closed { struct proto_server_device_closed {
int device_id; int device_id;
}; };