|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] how does variable num define for errno in libxc
On Wed, 2008-03-19 at 11:48 +0800, tgh wrote:
> hi
> i try to modify code of xc_domain_save.c
> and there is error, comes out from ERROR("Error when writing to state
> file (5)" " (errno %d)", errno);
> i am confused about where is the errno defined ,and what does variable
> num mean? say errno=104 or errno=26 or some else
Error numbers are a C library feature. If you're running Linux, check
whether you have installed the base development manual pages and try
'man errno'. Or see a good book on C programming.
good luck,
Daniel
--
Daniel Stodden
LRR - Lehrstuhl für Rechnertechnik und Rechnerorganisation
Institut für Informatik der TU München D-85748 Garching
http://www.lrr.in.tum.de/~stodden mailto:stodden@xxxxxxxxxx
PGP Fingerprint: F5A4 1575 4C56 E26A 0B33 3D80 457E 82AE B0D8 735B
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|