On 17/06/15 07:03, Wen Congyang wrote:
>> +static void stream_failed(libxl__egc *egc,
>> > +                          libxl__stream_read_state *stream, int rc)
>> > +{
>> > +    assert(rc);
>> > +    stream->rc = rc;
> I have a question: rc is always less than 0?
>
> Thanks
> Wen Congyang
>

I believe so.  It should realistically always be an ERROR_$foo

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to