gvisor/pkg/syserror
Jinmou Li 2e19a8b951 Add FUSE_INIT
This change allows the sentry to send FUSE_INIT request and process
the reply. It adds the corresponding structs, employs the fuse
device to send and read the message, and stores the results of negotiation
in corresponding places (inside connection struct).

It adds a CallAsync() function to the FUSE connection interface:

- like Call(), but it's for requests that do not expect immediate response (init, release, interrupt etc.)
- will block if the connection hasn't initialized, which is the same for Call()
2020-07-29 22:52:12 +00:00
..
BUILD Standardize on tools directory. 2020-01-27 12:21:00 -08:00
syserror.go Add FUSE_INIT 2020-07-29 22:52:12 +00:00
syserror_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00