Files
archived-rtty/src
Jianhui Zhao 3cfa044ff8 simplify file context struct
- Remove redundant 'busy' flag, use ctlfd > -1 to check busy state
- Remove 'sid' field from file_context, use tty->sid directly
- Fix fd comparison to use > -1 instead of > 0 for consistency
- Simplify file_context_reset by removing unnecessary busy flag reset

This reduces memory usage and

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-07-19 00:27:59 +08:00
..
2025-06-10 17:29:01 +08:00
2025-07-07 09:11:09 +08:00
2021-04-21 23:35:23 +08:00
2025-07-19 00:27:59 +08:00
2025-07-19 00:27:59 +08:00
2022-07-31 15:07:52 +08:00
2020-03-12 21:54:43 +08:00
2025-06-10 17:29:01 +08:00
2021-01-12 17:52:11 +08:00
2025-07-19 00:14:18 +08:00
2025-07-04 11:39:10 +08:00