[Bug 2056] libqos conversion from uint32_t to time_t

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Apr 23 17:16:35 UTC 2012


https://www.rtems.org/bugzilla/show_bug.cgi?id=2056

--- Comment #3 from Gedare <gedare at rtems.org> 2012-04-23 12:16:35 CDT ---
(In reply to comment #2)
> (In reply to comment #1)
> > Created attachment 1470 [details]
> > fix qres_params_t
> > 
> > The fix is to replace the uint32_t with qres_time_t in the definition of
> > qres_params_t.
> 
> Please, use an standardized type and do not invent yet another type for times.

The qres_time_t is the type used by the AquosA Qos-RES API although as a long
where libqos defines it as time_t. Either way the type is opaque to
applications so we should use the qres_time_t for application compatibility and
to avoid type-casting problems like the one raised in this bug report.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list