From 2066805a5d93b62beaf6653324715f0b62b06a05 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Nov 2010 15:49:36 +0000 Subject: lib: Expose errno through new API guestfs_last_errno. If either the daemon sends back an errno, or a system call fails in the library, save the errno in the handle and then make it available to callers through the guestfs_last_errno function. --- po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in index 17b98b45..5d4bdf76 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -17,6 +17,7 @@ daemon/dropcaches.c daemon/du.c daemon/echo_daemon.c daemon/errnostring.c +daemon/errnostring_gperf.c daemon/ext2.c daemon/fallocate.c daemon/file.c @@ -120,6 +121,7 @@ src/actions.c src/appliance.c src/bindtests.c src/errnostring.c +src/errnostring_gperf.c src/guestfs.c src/inspect.c src/launch.c -- cgit