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 /src | |
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 'src')
-rw-r--r-- | src/guestfs.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 50e9f50b..603fe209 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -781,6 +781,9 @@ fuse/guestmount.c. In libguestfs 1.5.4, the protocol was changed so that the Linux errno is sent back from the daemon. +In libguestfs 1.7.1, the protocol was changed again to send the +errno back as a string (for portability between differing Un*xes). + =item Ambiguity between devices and paths There is a subtle ambiguity in the API between a device name |