summaryrefslogtreecommitdiffstats
path: root/include/qapi
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2013-06-07 14:24:49 -0400
committerLuiz Capitulino <lcapitulino@redhat.com>2013-06-17 11:01:14 -0400
commit54028d7542cffe97c4685994baac66988c4b7db9 (patch)
tree7f14c39b8ff0a91cc22d6e6cd512d97f1592eac5 /include/qapi
parent90a2541b763b31d2b551b07e24aae3de5266d31b (diff)
downloadhqemu-54028d7542cffe97c4685994baac66988c4b7db9.zip
hqemu-54028d7542cffe97c4685994baac66988c4b7db9.tar.gz
error: add error_setg_file_open() helper
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/qapi')
-rw-r--r--include/qapi/error.h5
1 files changed, 5 insertions, 0 deletions
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.
*/
OpenPOWER on IntegriCloud