error: New error_fatal
commita29a37b994ca3c5a1d39fa0e8934f7e0f2cf57ef
authorMarkus Armbruster <armbru@redhat.com>
Fri, 11 Sep 2015 14:51:42 +0000 (11 16:51 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 18 Sep 2015 12:38:08 +0000 (18 14:38 +0200)
treef370acbbace6189dedc5f3b000c4307a07af663e
parent4f966768acd1d677d24d60a01c160c18a09cce80
error: New error_fatal

Similar to error_abort, but doesn't report where the error was
created, and terminates the process with exit(1) rather than abort().

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1441983105-26376-2-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
include/qapi/error.h
util/error.c