mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
The char event RESET is emitted when a char device is opened. Give it a better name. Patchworks-ID: 35287 Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
69795d6769
commit
b6b8df560c
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#define CHR_EVENT_BREAK 0 /* serial break char */
|
||||
#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
|
||||
#define CHR_EVENT_RESET 2 /* new connection established */
|
||||
#define CHR_EVENT_OPENED 2 /* new connection established */
|
||||
#define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */
|
||||
#define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */
|
||||
#define CHR_EVENT_CLOSED 5 /* connection closed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue