]> Git Repo - qemu.git/commit - qemu-char.c
Add G_IO_HUP handler for socket chardev
authorNikolay Nikolaev <[email protected]>
Tue, 27 May 2014 12:04:28 +0000 (15:04 +0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 19 Jun 2014 13:41:55 +0000 (16:41 +0300)
commitcdaa86a54b232572bba594bf87a7416e527e460c
treed2bcb7220050a382144ed4003da157392a5f9600
parentc76bf6bb8fbbb233a7d3641e09229d23747d5ee3
Add G_IO_HUP handler for socket chardev

This is used to detect that the remote end has disconnected. Just call
tcp_char_disconnect on receiving this event.

Signed-off-by: Antonios Motakis <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
include/sysemu/char.h
qemu-char.c
This page took 0.026571 seconds and 4 git commands to generate.