Defined FlushFile structs.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 13:22:38 +11:00
parent 4a92165ab8
commit 1ff10b144a
1 changed files with 11 additions and 0 deletions

View File

@ -823,6 +823,17 @@ type WriteFileRequest struct {
type WriteFileResponse struct {
}
type FlushFileRequest struct {
Header RequestHeader
// The file and handle being flushed.
Inode InodeID
Handle HandleID
}
type FlushFileResponse struct {
}
type ReleaseFileHandleRequest struct {
Header RequestHeader