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:
parent
1ae6c3b3dd
commit
b7b28f0628
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue