We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The flag variable must be behind the io_timeout and lock_timeout.
public struct DEVICE_WRITE_CALL { public int xid; public int msg_type; public int rpcvers; public int prog; public int vers; public int proc; public int cred_flavor; public int cred_len; public int verf_flavor; public int verf_len; public int lid; public int io_timeout; public int lock_timeout; public int flags; public int data_len; };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The flag variable must be behind the io_timeout and lock_timeout.
The text was updated successfully, but these errors were encountered: