From 54028d7542cffe97c4685994baac66988c4b7db9 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 7 Jun 2013 14:24:49 -0400 Subject: error: add error_setg_file_open() helper Signed-off-by: Luiz Capitulino Acked-by: Kevin Wolf --- include/qapi/error.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/qapi') diff --git a/include/qapi/error.h b/include/qapi/error.h index 5cd2f0c..ffd1cea 100644 --- a/include/qapi/error.h +++ b/include/qapi/error.h @@ -45,6 +45,11 @@ void error_set_errno(Error **err, int os_error, ErrorClass err_class, const char error_set_errno(err, os_error, ERROR_CLASS_GENERIC_ERROR, fmt, ## __VA_ARGS__) /** + * Helper for open() errors + */ +void error_setg_file_open(Error **errp, int os_errno, const char *filename); + +/** * Returns true if an indirect pointer to an error is pointing to a valid * error object. */ -- cgit v1.1