|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 5/5] xen/console: Traditional console timestamps including milliseconds
On Fri, 2014-03-07 at 18:33 -0500, Don Slutz wrote:
> Last I knew (struct tm) { 0 } is
>
> struct tm {
> int tm_sec; /* seconds */ = 0
> int tm_min; /* minutes */ <undef>
> int tm_hour; /* hours */ <undef>
> int tm_mday; /* day of the month */ <undef>
> int tm_mon; /* month */ <undef>
> int tm_year; /* year */ <undef>
> int tm_wday; /* day of the week */ <undef>
> int tm_yday; /* day in the year */ <undef>
> int tm_isdst; /* daylight saving time */ <undef>
> };
>
Actually I believe the affect of "struct foo = { 0 }" is to zero
everything (possibly implicitly by causing it to be placed in .bss), but
I don't have my copy of the spec to hand to quote chapter and verse on
that.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |