diff --git a/ChangeLog b/ChangeLog index 9f76d14308..5ded45adac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 29 12:50:00 UTC 2008 Richard W.M. Jones + + Many typos fixed (Atsushi SAKAI). + Thu Feb 28 18:04:59 CET 2008 Jim Meyering Rewrite test-coverage rules to accommodate multiple .o files per .c. diff --git a/docs/errors.html b/docs/errors.html index 110c1e9980..57073853f6 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -8,7 +8,7 @@ asynchronous error reporting. When an error happens in the library code the error is logged, allowing to retrieve it later and if the user registered an error callback it will be called synchronously. Once the call to libvirt ends the error can be detected by the return value and the full information for -the last logged error can be retrieved.

To avoid as much as prossible troubles with a global variable in a +the last logged error can be retrieved.

To avoid as much as possible troubles with a global variable in a multithreaded environment, libvirt will associate when possible the errors to the current connection they are related to, that way the error is stored in a dynamic structure which can be made thread specific. Error callback can be @@ -43,7 +43,7 @@ following fields:

and then extra raw informations about the error which may be initialized to 0 or NULL if unused