Re: Help with review for libcdio transition
"Gabriel F. T. Gomes" <[email protected]> Mon, 10 Feb 2025 08:26:34 -0800
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
> But, reading /usr/include/cdio/iso9660.h from libiso9660-dev:amd64 > 2.2.0-1~exp1, I found this field in struct iso9660_stat_s (ending > with "s" not "t") and not in iso9660_stat_t. True, but iso9660_stat_t is a typedef for the iso9660_stat_s struct: https://sources.debian.org/src/libcdio/2.2.0-1~exp1/include/cdio/iso9660.h/#L232 > Which may explain why total_size cannot be found in the C files > generated by swig. Thanks for poiting this out. I had not realized that C files were generated. It might be easier for me to review those, than the XS thing.