diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-03 12:53:00 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-03 17:44:30 +0000 |
commit | d859c283c469b9d9124d90d0ac32024671372ed5 (patch) | |
tree | 8d8cfd99b88d86b618d1877829ad2c0ae3610d5a /po | |
parent | 2be1648632e5e8dca06d84349314ab5e84f29e5c (diff) | |
download | libguestfs-d859c283c469b9d9124d90d0ac32024671372ed5.tar.gz libguestfs-d859c283c469b9d9124d90d0ac32024671372ed5.tar.xz libguestfs-d859c283c469b9d9124d90d0ac32024671372ed5.zip |
daemon: Send back the errno as a string.
This changes the protocol again so that if the errno is available,
it is converted to a string (like "EIO") and sent back over the
protocol to the library.
In this commit the library just discards the string.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 699e90bc..17b98b45 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -16,6 +16,7 @@ daemon/dmesg.c daemon/dropcaches.c daemon/du.c daemon/echo_daemon.c +daemon/errnostring.c daemon/ext2.c daemon/fallocate.c daemon/file.c @@ -118,6 +119,7 @@ ruby/ext/guestfs/_guestfs.c src/actions.c src/appliance.c src/bindtests.c +src/errnostring.c src/guestfs.c src/inspect.c src/launch.c |