vat:ignore SIGWINCH signal 24/18524/4
authorezkexma <maqi.z.ke@ericsson.com>
Tue, 26 Mar 2019 14:24:38 +0000 (10:24 -0400)
committerDamjan Marion <dmarion@me.com>
Thu, 28 Mar 2019 08:21:24 +0000 (08:21 +0000)
commit7d3161adb56833e84c07eec4284b840255b5e3de
tree2426040be5eeb4a8f1ed562736e87bf588ffaae1
parent0729f6481dd61d4f98ea534d651d7f1b9a7d5d4b
vat:ignore SIGWINCH signal

vpp/src/vat/main.c
When change the window size,the vat will get the SIGWINCH signal and then exit.
It is not a exit action,so we can ignore it.

Change-Id: If796762216910e23cace09406d413331f505d990
Signed-off-by: ezkexma <maqi.z.ke@ericsson.com>
src/vat/main.c