diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-29 23:12:18 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-29 23:12:18 +0200 |
commit | b7b28f06281efa162e1feaa20324012a0ed59dc4 (patch) | |
tree | e2f00b3fcd914f461e6067889bfa32ca63b8ac58 /include/protocol.h | |
parent | 1ae6c3b3ddf0ce2a2e1817eb9c74e0c03153df58 (diff) |
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.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |