diff options
author | Markus Armbruster <armbru@redhat.com> | 2009-12-07 21:37:12 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-07 16:36:50 -0600 |
commit | e36469149a2987e34cac572501daaed162ec82e2 (patch) | |
tree | cb7dcd15390f7f66d7169427dacc038b540b01d4 /qerror.c | |
parent | e5fc266be517faeb71995913788ac93cdd710108 (diff) |
QError: New QERR_FD_NOT_SUPPLIED
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 41471a2338522d72955c20179e16cff4d546b32a)
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Failed to find file descriptor named %(name)", }, { + .error_fmt = QERR_FD_NOT_SUPPLIED, + .desc = "No file descriptor supplied via SCM_RIGHTS", + }, + { .error_fmt = QERR_INVALID_BLOCK_FORMAT, .desc = "Invalid block format %(name)", }, |