From: Mathieu Desnoyers Date: Tue, 25 Feb 2014 16:26:14 +0000 (-0500) Subject: Fix: add missing SIGTERM and SIGINT handler X-Git-Tag: v1.2.0-rc2~6 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=8ace20bfc87729d45edc4e1a2aa6bec330580d91;hp=8ace20bfc87729d45edc4e1a2aa6bec330580d91 Fix: add missing SIGTERM and SIGINT handler Handle expected signals gracefully: stop processing at cancellation points expected by the protocol, so the relay daemon does not print error messages when clients quit gracefully. Signed-off-by: Mathieu Desnoyers ---