Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FuseFileInfo : Padding objects #53

Closed
supermerill opened this issue Jun 5, 2018 · 1 comment
Closed

FuseFileInfo : Padding objects #53

supermerill opened this issue Jun 5, 2018 · 1 comment

Comments

@supermerill
Copy link

Hi

In open(), the FuseFileInfo contains some data in some Padding object.
The Padding class in protected so i can't do anything with it without reflection, it's intended?

Also, how to use these objects?

Thanks.
ps: i'm using your project for my distributed filesystem (https://github.com/supermerill/DistributedFs)

@SerCeMan
Copy link
Owner

SerCeMan commented Jun 5, 2018

Hi, yes, it's intended. Padding is only needed for proper alignment, and it shouldn't be used.

@SerCeMan SerCeMan closed this as completed Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants