Displaying 1 result from an estimated 1 matches for "upsdrv_info_".
Did you mean:
upsdrv_info_t
2010 Feb 15
1
upsdrv_info structure
Arnaud,
If memory serves, you're the one that 'invented' the upsdrv_info_t
subdriver description structure. We seem to have an issue with this on
Solaris. I suspect that we're introducing GCC specific behavior here.
Technically the typedef here isn't possible in C89, since this
suggests that sizeof(upsdrv_info_t) can be determined. This obvious is
not th...