tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: Another kvm user can go away?
> Yeah, I figured that out after I replied (with the help of Christos's
> suggestion. My latest revision uses a 'struct timespec' which has two
> 64-bit members, so preserves alignment of subsequent members!
this is incorrect. timespec has a time_t (int64) and a long (variable).
i didn't see what you've commited yet, but using timeval or timespec here
does not provide for "simple" 32bit compat that Simon was asking for.
.mrg.
Home |
Main Index |
Thread Index |
Old Index